
.tire-details {
    font-size: 14px;
}

.tire-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-table td {
    background: transparent !important;
}


.tire-info div {
        max-width: max-content;
}

.tire-image {
    width: 259px;
    margin-right: 20px;
}

.tire-details {
    flex: 1;
    padding: 60px 15px 0 15px;
}

.brand-logo {
    width: 166px;
    margin-bottom: 10px;
}

h2 {
    margin-top: 0;
    font-size: 32px;
}

.location, .vehicle-info, .specs div {
    margin-bottom: 10px;
}

.location {
    background: #FFE512;
}

.vehicle-info {
    background: #0070F5;
    color: #fff;
}

.specs div {
    background: #F4F4F5;
}

.location, .vehicle-info, .specs div {
    padding: 1px 10px;
    border-radius: 3px;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
/*     margin-top: 20px; */
    margin-bottom: 0;
}

.price-table th, .price-table td {
    	border: 1px solid #ccc;
	border: 1px solid #f4f4f5;
    	padding: 10px;
	vertical-align: middle;
}

	.price-table tbody td {
    	text-align: center;
}

.price-table th {
    background-color: #0073e6;
    color: #fff;
    font-size: 18px;
}

.price-table tfoot {
    font-size: 24px;
    font-weight: bold;
}

.price-table tfoot tr td:first-child {
    background: #FFE512 !important;
}

.price-table tfoot td {
    border: none;
}

select {
    padding: 5px;
    font-size: 14px;
}

.tire-quote {
    padding: 0;
}

td.total-price {
    color: #EB122E;
    text-align: center;
}

.tire-quote .sidebar {
    border: 1px solid #D4D4D8;
    background: #F4F4F4;
    padding: 40px 20px;
}

.tire-quote-btn ul {
    list-style: none;
    padding: 0;
}

.tire-quote-btn ul li {
    flex: 1;
}

.tire-quote-btn ul li:first-child {
    flex-basis: 100%;
}

.prices-description h4 {
    font-size: 15px;
    margin-bottom: 5px;
}

.prices-description p {
    font-size: 14px;
}

.prices-description {
    margin-top: 40px;
}

span.required-asterisk {
    color: red;
}

.tire-quote .sidebar .wpcf7-form-control-wrap input {
    margin-bottom: 20px;
    height: 48px;
    background: #fff;
}

.basic-installation-points {
    display: flex;
    flex-wrap: wrap;
    max-width: 468px;
    padding: 0;
    margin-top: 10px;
}

.basic-installation-points li {
    margin: 0 15px;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
}

.basic-installation-points li::marker {
  color: #EB122E;
}

.price-table tfoot td {
    border: 2px solid #000 !important;
}

.price-table th:first-child, .price-table tbody tr td:nth-child(2) {
    text-align: left;
}

.price-table tbody td {
    font-size: 16px;
}

.price-table th:first-child {
    padding-left: 45px;
}

.tire-quote a.cust-btn {
    padding: 13px 15px;
}

span.wpcf7-spinner {
    display: none;
}	
	
@media (min-width: 768px) { 
	.tire-info {
	    display: flex;
	    flex-wrap: wrap;
	    margin-bottom: 20px;
	}	
}	
	
	
@media (min-width: 1100px) {
		
	.tire-quote-btn ul {
	    display: flex;
	    flex-wrap: wrap;
	    gap: 7px;
	}

	.tire-quote-btn ul li {
	    flex: 1;
	}
		
	.tire-quote-btn ul li:first-child {
	    flex-basis: 100%;
	}
		
}
	
@media (min-width: 1023px) {
	.inner-wrap {
	    display: flex;
	}

	.price-table th:nth-child(2) {
	    width: 110px;
	}

	.price-table th:nth-child(3),  .price-table th:nth-child(4){
    	    width: 145px;
	}
		
}

@media (max-width: 500px) {

	.price-table tfoot {
		font-size: 16px;
	}
	.tire-details {
		padding: 0;
	}

	.price-table th {
		font-size: 15px;
	}

	.price-table th {
		min-width: 118px;
	}
	.tire-info div {
	 	font-size: 13px;
	}

	.tire-image {
		width: 150px;
	}

}

@media (max-width: 1025px) {

	.tire-quote .sidebar {
		margin-top: 25px;
	}

}
