input#zip-city-state {
    pointer-events: none;
}

.no-pricing {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 30px;
}

th {
    text-align: left;
}


.tire-form-section {
	max-width: 1400px;
	margin: 0 auto;
	background-color: #F3F4F6;
	margin-top: 20px;
}

.inner-search-tire-section {
	border: 1px solid #D4D4D8;
	border-radius: 10px 10px 10px 10px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1400px;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #000;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.card-header {
	padding: .15rem 1rem;
	margin-bottom: 0;
	border-bottom: 1px solid #000;
	background: #FFE617;
}

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

.form-check-input {
	position: absolute;
	/* 		margin-top: .3rem; */
	margin-left: -1.25rem;
}

.form-check-label {
	margin-bottom: 0;
}

.custom-checkbox .form-check-input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #adb5bd;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
	position: relative;
	margin-left: 0px;
}

.custom-checkbox .form-check-input:checked {
	background-color: #007bff;
	border-color: #007bff;
}

.custom-checkbox .form-check-input:checked::after {
	content: '\2714';
	/* Unicode checkmark symbol */
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Aligning label with checkbox */
.custom-checkbox .form-check-label {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0;
	padding: 15px;
	font-size: 18px;
}

.card-body form label {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
}

.card-body form label:last-child {
	border-bottom: none;
}


.tire-filters h2 {
	font-style: italic;
	text-transform: capitalize;
}

.tires-listing h2 {
	text-transform: capitalize;
	color: #EB122E;
}

.tire-promotion-section {

    background: #ffe518;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    vertical-align: middle;
    padding-top: 10px;
    text-decoration: underline;
}

.tire-promotion-section .tire-promotion-text {
    color: black;
    font-weight: 600;
}

/************** Car Card **************/


.car-info {
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-bottom: 20px;
	padding: 10px;
	margin-top: 21px;
	flex: 0 0 calc(33.33% - 15px);
}

.car-card {
	flex: 0 0 calc(50% - 20px);
	/* margin-bottom: 20px; */
	display: flex;
	/* margin-left: 20px; */
	justify-content: space-between;
}

.car-image {
	width: 125px;
	height: 164px;
	margin-top: -36px;
}

.car-details {
	/* flex-grow: 1; */
	padding: 5px 10px 0px 0px;
	position: relative;
}

.badge {
	/* content: 'BEST'; */
	background-color: #FFE617;
	/*     color: #000; */
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 5px 5px;
	min-width: 115px;
	position: absolute;
	/* transform: translate(0%, -95%); */
	right: 25px;
	top: -10px;
	border: 1px solid #000;
}

.car-details .price {
	color: #EB122E;
	margin-bottom: 10px;
}

.car-info-compare {
	display: flex;
	align-content: center;
	gap: 5px;
}

.price {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}

.quantity-update {
	margin-top: 10px;
}

.quantity-update label {
	margin-right: 10px;
}

.quantity-update input[type="number"] {
	width: 60px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
}

.additional-details h3 {
	font-size: 24px;
	margin-bottom: 5px;
}

.additional-details hr {
	border: 1px solid #E6E6E6;
}

.additional-details {
	margin-top: 10px;
}

.tag {
	background: #F4F4F5;
	padding: 5px;
	font-size: 11px;
	white-space: nowrap;
	margin-bottom: 10px;
	display: inline-block;
}


.mrgn-btm-10 {
	margin-bottom: 10px;
}

.quantity-update {
	display: flex;
	/* 		align-items: center; */
	justify-content: space-between;
}

.qty-sec {
	display: flex;
	flex-direction: column;
}

.qty-sec,
.qauntity-price {
	flex: 1 1 0%;
}

.quantity-label,
.price-label {
	margin-bottom: 5px;
	font-size: 12px;
}

.quantity-input,
.price-input {
	width: 100px;
}

.car-brand-img {
	width: 127px;
}

.brand-filter {
	max-height: 550px;
	overflow-y: auto;
}

.brand-img {
	width: 200px;
}

span.compare {
	font-size: 13px;
	color: #7D7D7D;
	letter-spacing: -0.02em;
}

/* Start of Tire Search Result CSS */
.result-bar {
	border: 1px solid #A1A1AA;
	background: #F3F4F6;
	padding: 12px 10px;
	border-radius: 2px;
	font-size: 24px;
	font-style: italic;
	font-weight: 700;
	line-height: 21.36px;
	letter-spacing: -0.02em;
}

.result-count {
	color: #0070F5;
}

.tire-result-listing {
/*	margin-top: 20px; */
margin-bottom: 45px;
	border-radius: 2px;
	border: 1px solid #E1E1E1;
	padding: 0px 10px 0px 10px;
}


.tire-result-listing .per-tire-price, .car-details .per-tire-price {
	color: #EB122E;
	margin: 0;
}


.installation-notice {
	font-size: 11px;
	line-height: 14px;
	margin: 7px 0 10px 0;
}

.compare-box {
	display: flex;
	gap: 5px;
}


.tire-filters {
	/* 			margin-right: 50px; */
	width: 25%;
}

.tires-listing {
	width: calc(75% - 35px);
}

.car-card-container {
	display: flex;
	/* gap: 15px; */
	justify-content: space-between;
	flex-wrap: wrap;
}

.tire-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 35px;
	padding: 0 15px;
}

.tire-result-img {
	min-width: 150px;
}

.comapre-button a {
	width: 177px;
	border: 1px solid #000;
	text-transform: capitalize;
}

.recommendation-heading {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #EB122E;
}

.selected-compare-container {
	background: #F4F4F5;
	padding: 23px 15px;
}


.compare-tires li {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.compare-tires li span {
	background: #FFE617;
	border: 0.72px solid #000000;
	width: 23px;
	height: 23px;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	border-radius: 3px;
	margin: 2px 0;
}

.compare-tires .comparison-tires {
	max-width: 78px;
}

.comparison-title {
	color: #2C2B25;
	font-size: 12px;
	margin-bottom: 0;
}

.comparison-button a {
	background: #0070F5;
	color: #fff;
	padding: 12px 60px;
	border-radius: 4px;
	font-size: 14px;
}

img.comparison-brand {
	max-width: 60px;
	display: none;
}

.compare-tires ul {
	padding-left: 0;
}

.compare-tires ul {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

.comparison-button a {
	display: inline-block;
}

.pagination {
	display: flex;
	justify-content: end;
	align-items: center;
	margin: 20px 0;
}

.pagination a,
.pagination span {
	font-size: 14px;
	font-weight: 700;
	color: #333;
	/* padding: 5px 12px; */
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 0 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s, color 0.3s;
	width: 32px;
	height: 32px;
}

.pagination a:hover {
	background-color: #007bff;
	border-color: #007bff;
	color: #fff;
}

.pagination .prev,
.pagination .next {
	/*     font-weight: bold; */
	font-size: 12px;
}

.pagination .dots {
	/*     pointer-events: none;
    border: none; */
}

.pagination .active {
	background-color: #007bff;
	color: white;
	border-color: #007bff;
}

.pagination .disabled {
	color: #ccc;
	border-color: #ccc;
	pointer-events: none;
}

.car-details p {
    margin-top: 25px;
    margin-bottom: 0;
}

/* ************************* Start of Media Queries ************************* */
@media (max-width: 1024px) {
	.tire-result-listing {
		gap: 15px;
	}

	.tire-result-brand img {
		width: 100px;
	}

	body .tire-result-title {
		font-size: 18px;
	}

	.tire-result-listing .per-tire-price,
	.price {
		font-size: 25px;
	}

	.tire-result-brand-price {
		margin-bottom: 10px;
	}


}


@media (max-width: 767px) {

.result-bar {
	font-size: 15px;
}

.car-info {
	flex: 0 0 100%;
}

.comapre-button {
    margin: 15px 0;
}

}


@media (max-width: 576px) {
	.tire-filters {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.tires-listing {
		width: 100%;
	}

	.compare-tires li {
		display: flex;
		flex-direction: column;
	}
}



@media (min-width: 767px) {
	.tire-result-listing {
		/* margin-top: 60px; */
		gap: 25px;
		align-items: stretch;
	}

	.tire-result-listing .tire-result-img {
		flex: 25%;
	}

	.tire-result-listing .tire-result-details-col-1 {
		flex: 60%;
		align-self: center;
	}

	.tire-result-listing .tire-result-details-col-2 {
		flex: 35%;
		min-width: 250px;
		border-left: 1px solid #E6E6E6;
		padding-left: 10px;
	}

	.tire-result-img img {
		/* margin-top: -54px; */
	}

	.tire-result-brand img {
		width: 166px;
		object-fit: contain;
	}

	.tire-result-brand-price {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 10px;
	}

	.result-bar,
	.recommendation-bar {
		display: flex;
		justify-content: space-between;
	}

}

@media (min-width: 900px) {
	.selected-compare-tires {
		max-width: 1150px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: auto;
	}

}

@media (min-width: 1025px) {

	.tire-result-listing {
		display: flex;
	}

	.tire-result-details-col-1,
	.tire-result-details-col-2 {
		padding-top: 15px;
	}

	.car-info {
		min-width: 315px;
	}
}

@media screen and (max-width: 1380px) and (min-width: 768px) {
	.car-info {
		flex: 0 0 calc(50% - 15px);
	}
}
