@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.bundles-container {
	padding: 0px;
	display: flex;
	flex-direction: column;
}

.bundle-package {
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0px;
	color: #fff;
	font-size: 40px;
}

.Tesla-note {
	list-style: none;
	padding-left: 0;
}
.Tesla-note li {
	position: relative;
	padding-top: 5px;
	padding-left: 26px;
	font-family: "roboto_condensedregular", sans-serif;
	font-size: 1.25em;
	font-weight: 600;
	color: #000;
}
.Tesla-note li:before {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	background-image: url("../img/tinting-prices/pricing-page/Tesla-bullet.png");
	background-size: cover;
	background-position: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 50em) {
	.Tesla-note {
		list-style: none;
		padding-left: 0;
	}
	.Tesla-note li {
		position: relative;
		padding-top: 5px;
		padding-left: 26px;
		font-family: "roboto_condensedregular", sans-serif;
		font-size: 1.25em;
		font-weight: 600;
		color: #000;
	}
	.Tesla-note li:before {
		content: '';
		width: 30px;
		height: 30px;
		position: absolute;
		background-image: url("../img/tinting-prices/pricing-page/Tesla-bullet.png");
		background-size: cover;
		background-position: center;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 40em) {
	.Tesla-note {
		list-style: none;
		padding-left: 0;
	}
	.Tesla-note li {
		position: relative;
		padding-top: 5px;
		padding-left: 24px;
		font-family: "roboto_condensedregular", sans-serif;
		font-size: 1.125em;
		font-weight: 600;
		color: #000;
	}
	.Tesla-note li:before {
		content: '';
		width: 25px;
		height: 25px;
		position: absolute;
		background-image: url("../img/tinting-prices/pricing-page/Tesla-bullet.png");
		background-size: cover;
		background-position: center;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 30em) {
	.Tesla-note {
		list-style: none;
		padding-left: 0;
	}
	.Tesla-note li {
		position: relative;
		padding-top: 5px;
		padding-left: 22px;
		font-family: "roboto_condensedregular", sans-serif;
		font-size: 1em;
		font-weight: 600;
		color: #000;
	}
	.Tesla-note li:before {
		content: '';
		width: 20px;
		height: 20px;
		position: absolute;
		background-image: url("../img/tinting-prices/pricing-page/Tesla-bullet.png");
		background-size: cover;
		background-position: center;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

.row > .columnA2 {
	padding: 8px 8px; /* controls padding between photos on page (was 0 8px) */
}

.row:after {
	content: "";
	display: table;
	clear: both;
}
.columnA2 {
	float: left;
	width: 50.0%; /* controls size of photos on page (50.0% will fit 2 photos perfectly) */
}

img.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-corners {
	border-radius: 20px 20px 0 0; /* top-left corner, top-right corner, bottom-right corner, bottom-left corner */
}

.tint-type {
	font-family: "roboto_condensedregular", sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	background-image: linear-gradient(#888888, #444444);
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 7px;
	border-radius: 0 0 20px 20px; /* top-left corner, top-right corner, bottom-right corner, bottom-left corner */
	text-shadow: 1px 1px #000;
}
@media screen and (max-width: 50em) {
	.tint-type {
		font-family: "roboto_condensedregular", sans-serif;
		font-size: 1.5em;
		font-weight: 300;
		color: #FFF;
		text-align: center;
		background-image: linear-gradient(#888888, #444444);
		padding-top: 7px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 7px;
		border-radius: 0 0 20px 20px; /* top-left corner, top-right corner, bottom-right corner, bottom-left corner */
		text-shadow: 1px 1px #000;
	}
}
@media screen and (max-width: 40em) {
	.tint-type {
		font-family: "roboto_condensedregular", sans-serif;
		font-size: 0.875em;
		font-weight: 300;
		color: #FFF;
		text-align: center;
		background-image: linear-gradient(#888888, #444444);
		padding-top: 6px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 6px;
		border-radius: 0 0 20px 20px; /* top-left corner, top-right corner, bottom-right corner, bottom-left corner */
		text-shadow: 1px 1px #000;
	}
}
@media screen and (max-width: 30em) {
	.tint-type {
		font-family: "roboto_condensedregular", sans-serif;
		font-size: 0.75em;
		font-weight: 300;
		color: #FFF;
		text-align: center;
		background-image: linear-gradient(#888888, #444444);
		padding-top: 5px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 5px;
		border-radius: 0 0 20px 20px; /* top-left corner, top-right corner, bottom-right corner, bottom-left corner */
		text-shadow: 1px 1px #000;
	}
}
