.brand-select{
	display: grid;
	grid-template-columns: repeat(auto-fill, 100px);
	
	--flex-direction: column;
	--flex-wrap: wrap;
	flex-flow: row wrap;
	--column-count: 3;
	--overflow: scroll;
	justify-content: space-between;
}

.brand {
	display: flex;
	height: 100%;
	justify-content: flex-end;
	flex-direction: column;

	--width: 16%;
	--filter: grayscale(100%);
	text-align: center;
	padding: 1em;
	cursor: pointer;
}

.brand a2{
	display: table-cell;
	vertical-align: bottom;
	height: auto;
	width: auto;
}

.brand img {
	max-width: 80px;
	max-height: 50px;
	width: auto;
	height: auto;
}

.brand-name {
	color: grey;
	font-size: 0.8em;
}


.stage-details {
	--color: white;
	font-size: 1em;
}
.stage-details .grid {
	margin-top: 1em;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;

	row-gap: 0.7em;
	column-gap: 0.7em;
}

.grid>div {
	padding: 0.4em;
	--padding-left: 1em;
	text-align: center;
	white-space: nowrap;

	border: 1px solid rgba(100,100,100, 0.3);
}

.grid>div.noborder {
	border-style: none;
}

.stage-details .header {
	background-color: rgba(155,155,155, 0.2);
	border: 1px solid rgba(155,155,155, 0.2);
	border-radius: 2px;

}

@media (max-width: 824px){
	.stage-details .grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.stage-details .grid>div.redundant {
		display: none;
	}
}

/*
.grid>div:nth-child(4n+3) {
	font-weight: bold;
	color: white;
}
.grid>div:nth-child(4n+4) {
	font-weight: bold;
	color: #EE1D23
}
*/


.price{
	grid-column-end: -3;
}
.price-quote{
	2grid-column-start: ;
	grid-column-start: span 2;
	grid-column-end: -1;
}

.stage-select {
	display: flex;
	justify-content: space-evenly;
	cursor: pointer;
}

.stage-select .selected {
	font-weight: bold;
}

.flex {
	display: flex;
	--justify-content: space-around;
	flex-wrap: wrap;
}
.car-identity {
	margin-right: 3em;
	margin-bottom: 3em;
}

.stage-wrapper {
	flex-grow: 2;
	margin-top: auto;
}

div.category.category-engine {
	padding-bottom: 20px;
}
.category-heading {
	background-color: #464646;
	border-radius: 5px 5px 0 0;
	text-align: center;
}
.category-heading>span {
	text-transform: capitalize;
	display: block;
	color: #fff;
	padding: 8px;
	color: #fff;
	font-weight: bold;
	line-height: 100%;
}
.cat-items,
.cs-items,
.card-body
{
	background-color: rgba(100,100,100, 0.2);
	padding: 1em;
	border-radius: 0 0 5px 5px;
}
ul{
	list-style: none;
	margin: 0;

}
.category .cat-items ul {
	--display: flex;
	--flex-wrap: wrap;
	--justify-content: space-evenly;
	list-style: none;
	margin: 0;
}
.cat-items li {
	margin-bottom: 5px;
	margin-left: 10px;
	--margin-top: 5px;
}
.cat-items ul li::before {
    content: "\2023";
    margin-right: 10px;
    margin-left: 5px;
    color: #ff1000;
}

cs-items li span {
	font-size: 0.5rem;
}

.item.selected .name { color: #EE1D23 }

.center { text-align: center; }
.right { text-align: right; }
.dpadding { padding: 1em; }
.nowrap { white-space:nowrap; }

.red { color: #EE1D23; }
.white { color: white; } 
.bold {font-weight: bold; }

.promt { padding: 2em; }

#faq_toggle { text-transform: lowercase; }


.options-icon {
}

.options-icon li {
    margin: 0 10px !important;
    padding: 0;
    background: none;
    float: left;
    width: calc(32% - 20px);
    text-align: center;
    min-height: 110px;
    font-size: 12px;
    filter: grayscale(20%);
    filter: hue-rotate(90);
}


.car-engine {
    display: block;
    width: 48%;
    float: left;
    margin: 15px 1% 5px;
    border: 1px solid rgba(155,155,155, 0.2);;
    background-color: rgba(155,155,155, 0.1);
    overflow: hidden;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    font-size: 14px;
}

.cs-items .car-emblem-size img {
	max-width: 50%;
	max-height: 120px;
}

/*
.on-target { display: none; }
.on-target:target { display: block; }
*/


.elementor-toggle-item>.elementor-tab-content {
	--transition: height 0.6s;
	transform-origin: top;
	transition: transform 0.6s;
}