﻿#PricesLine {
	left: 337px;
}

/*#region Prices*/
#Prices {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}


#CarDetail {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	width: 100%;
}

.motorcycleDetail > h5 {
	color: #727272;
	font-size: 20px;
}

	#CarDetail > div > div:first-of-type {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: start;
		width: 100%;
		height: 300px;
		overflow: hidden;
		z-index: 1;
	}

		#CarDetail > div > div:first-of-type > div:first-of-type {
			overflow: hidden;
			position: relative;
			background: var(--saa-blue);
			width: 100%;
			height: 70%;
		}

		#CarDetail > div > div:first-of-type > div:last-of-type {
			width: 100%;
			height: 30%;
			background: #e8f1f8;
		}

		#CarDetail > div > div:first-of-type > div:first-of-type::after {
			content: "";
			position: absolute;
			height: 334px;
			width: 91%;
			left: 0;
			top: 90px;
			z-index: 0;
			border-radius: 50%;
			border: 70px solid #19446e;
			outline: 70px solid #183e63;
			background: #1d5181;
			transition: 500ms ease, border 300ms ease;
		}

		#CarDetail > div > div:first-of-type > div:nth-of-type(2) {
			display: flex;
			align-items: center;
			flex-direction: column;
			justify-content: center;
			z-index: 4;
			position: absolute;
			top: 5px;
			gap: 1rem;
			width: 100%;
			height: 100%;
		}
.motorcycleDetail > div > div:first-of-type > div:nth-of-type(2) {
	justify-content: space-around !important;
	flex-direction: row !important;
}


			#CarDetail > div > div:first-of-type > div:nth-of-type(2) > img {
				transition: 500ms;
				position: relative;
				height: 180px;
				transform: rotateY(180deg);
				width: 350px;
				object-fit: contain;
			}

			#CarDetail > div > div:first-of-type > div:nth-of-type(2) > h5 {
				color: var(--saa-lightBlue);
				text-align: center;
				font-size: 30px;
				padding: 0 5px;
			}


/*#endregion*/
/*#region Liste*/

.priceNav {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #c0c0c0;
	height: 30px;
}

	.priceNav > span {
		width: 15%;
		font-size: 13px;
		color: #727272;
		font-weight: 700;
		cursor:pointer;
	}

		.priceNav > span.active {
			font-weight: bold;
			text-decoration: underline;
		}

		.priceNav > span:first-of-type {
			width: 30%;
		}

.priceContent {
	display: flex;
	flex-direction: column;
}

	.priceContent > div {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #c0c0c0;
		height: 35px;
	}

		.priceContent > div > span {
			width: 15%;
			font-size: 13px;
			color: #727272;
		}

			.priceContent > div > span:first-of-type {
				width: 30%;
			}

/*#endregion*/


/*#region brandInfo*/
#brandInfo * {
	color: #4f4f4f !important;
	font-weight: 500 !important;
	font-family: Gilroy, Arial !important;
}
#brandInfo :is(h1,h2,h3,h4,h5,h6) {
	font-size: 18px !important;
	margin: 30px 0 9px 0 !important;
}
#brandInfo a *,
#brandInfo a {
	text-decoration: underline;
}
/*#endregion*/

.menu > a.active::before {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 0;
	height: 4px;
	width: 100%;
	border-radius: 10px;
	background: var(--saa-yellow);
	transition: 400ms;
}


@media(max-width:1400px) {
	#CarDetail > div > div > div:first-of-type::after {
		width: 88%;
		left: 0;
	}
}

@media(max-width:992px) {
	#CarDetail > div > div > div:first-of-type::after {
		width: 84%;
		left: 0;
	}
}


@media(max-width:768px) {
	#CarDetail > div > div > div:first-of-type::after {
		width: 79%;
		left: 0;
	}

	#CarDetail > div > div > div:nth-of-type(2) > h5 {
		font-size: 25px !important;
	}

	.priceNav > span {
		cursor: pointer;
	}

	.priceNav > span {
		flex: 1 !important;
	}

	.priceContent > div > span {
		width: 100% !important;
	}

		.priceContent > div > span:not(span:first-of-type) {
			display: none;
		}

	.motorcycleDetail > div > div:first-of-type > div:nth-of-type(2) {
		flex-direction: column !important;
		justify-content: center !important;
	}
}

@media(max-width:576px) {
	#CarDetail > div > div > div:nth-of-type(2) > img {
		width: 270px;
	}

	#CarDetail > div > div > div:nth-of-type(2) > h5 {
		font-size: 18px;
	}

	#CarDetail > div > div > div:first-of-type::after {
		width: 75.7%;
		left: 0;
	}

	#CarDetail > div > table > tbody > tr > td {
		width: 10%;
		font-size: 13px;
		padding: 2px;
	}

	#CarDetail > div > div > div:first-of-type::after {
		height: 180px;
		width: 77%;
		top: 106px;
		border: 40px solid #19446e;
		outline: 40px solid #183e63;
	}
	.priceNav {
		justify-content: space-between;
	}
	.priceNav > span {
		width: max-content !important;
		flex: none !important;
	}
}
