#build h1 {
	margin: 0 0 5px 0;
}

h3 {
	margin-bottom: 15px;
	font-weight: bold !important;
}

.price {
	color: #333333;
	font-size: 23px;
	font-weight: normal;
}
@media only screen and (max-width: 40em) {
	.price {
		font-size: 28px;
	}
}
.price.price_offer {
	color: #DA2127 !important;
}

#build {
	padding-left:12px;
}

/* ************************************************************************** */

#checklist {
	float:left;
	width: 100%;
}

/* ********************************************************* */

.item {
	width:65px;
	overflow: hidden;
	/*margin:3px;*/
	display:inline-block;
	height:65px;
	background-color: #FFFFFF;
	/*border:1px dotted #999999;*/
	text-align: center;
	position: relative;
}

.item_border {
	display:inline-block;
	height:65px;
	width:65px;
	border:1px solid #BBBBBB;
	text-align: center;
	position: relative;
}

.current {
	border:2px solid #d98f1b;
}
#progressbar {
	height: 3px;
	width:100%;
	background-color:#989898;
}
#progressbar_progress {
	height: 100%;
	background-color:#1996DA;
	display:block;
}

/* ************************************************************************** */

#productPreview {
	background-color: #FFFFFF;
	display:none;
	padding:20px 5px 5px 5px;
}

#productPreview .container {
	padding: 10px;
}

#productPreview .productPicture {
	width: 440px;
	min-height: 440px;
	margin: 10px 0 10px 0;
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF;
	text-align: center;
}

#productPreview .productPicture a {
	display: inline-block;
	height: 100%;
}

#productPreview .productPicture img {
	max-width: 440px;
}

#productPreview .variations table {
	width: 100%;
}

#productPreview .variations .specifications {
	border-collapse: collapse;
}

#productPreview .variations .specifications th,
#productPreview .variations .specifications td {
	font-size: 10px;
	text-align: left;
}

.done_checkmark {
	position:absolute;
	right: 0;
    top: 0;
}

.checklist_info {
	position:absolute;
	display:none;
	border:1px solid #999999;
	background-color:#FFFFFF;
	padding:10px;
	text-align:left;
	font-size:12px;
}

.checklist_box {
	font-size: 12px;
	cursor:pointer;
	display: grid;
	grid-template-columns: auto 40px;
	border: 1px solid #BBBBBB;
	border-radius: 5px;
	width: 100%;
	padding: 5px;
	background-color: #FFFFFF;
	color: #BBB;
	align-items: center;
	grid-gap: 8px;
}

.checklist_box span {
	font-size: 10px;
}

.checklist_box.inactive {
	background: linear-gradient(to left, rgba(228, 228, 228, 0.65) 0%, rgba(0, 0, 0, 0) 90%);
}

.checklist_box > div {
	padding: 0 5px;
}

.checklist_box.active {
	border:1px solid #DA2127 !important;
	color:#DA2127;
}

.checklist_box.active > div > div:first-child {
	font-weight: bold;
}

.checklist_box div.product_name {
	cursor: pointer;
	line-clamp: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: normal;
	font-size: 12px;
}

.assembly_text_bullet {
	color: #416FA5;
	margin-left: 4px;
	padding-right: 8px;
}

.tooltip{
	background-color: #FFF;
	border-radius: 3px;
	color: #fff;
	padding: 5px 10px;
	position: absolute;
	z-index: 98;
	cursor:pointer;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.3);

	/* Tooltip shake animation */
	animation: shake 0.80s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}
.tooltip>div{
	background-color:#DA2127;
	padding:5px 11px;
	border-radius: 2px;
}
.tooltip:before{
	border: solid;
	content: "";
	position: absolute;
	z-index: 99;
}
.tooltip.top:before,.tooltip.bottom:before{
	border-color: #FFF transparent;
	left: 50%;
	transform: translateX(-50%);
}
.tooltip.top:before{
	border-width: 0 6px 6px 6px;
	top: -6px;
}
.tooltip.bottom:before{
	border-width: 6px 6px 0 6px;
	bottom: -6px;
}
.tooltip.right:before,.tooltip.left:before{
	border-color: transparent #FFF;
	top: 50%;
	transform: translateY(-50%);
}
.tooltip.right:before{
	border-width: 6px 0 6px 6px;
	right: -6px;
}
.tooltip.left:before{
	border-width: 6px 6px 6px 0;
	left: -6px;
}

@keyframes shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}

	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}

.get_started:before {
	border: solid;
	content: "";
	position: absolute;
	z-index: 99;
	border-color: transparent rgba(25, 206, 95,1);
	top: 50%;
	transform: translateY(-50%);
	border-width: 8px 8px 8px 0;
	left: -8px;
}

.splash_number {
	float: left;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	background-color: #1996DA;
	color: #FFFFFF;
}
.splash_text {
	margin-left: 20px;
	padding: 8px 10px 8px 28px;
	min-height: 40px;
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	border-radius: 3px;
}
.image_share_button {
	float:left;
	margin:2px;
	height:25px;
	text-align: center;
	/*box-shadow: 3px 3px 13px rgba(0,0,0,0.5);*/
}
.image_button {
	margin:2px 0;
	text-align: center;
	/*box-shadow: 3px 3px 13px rgba(0,0,0,0.5);*/
	background-color: #EC6930;
	color:#FFFFFF;
}
.bas_color_circle {
	line-height: 32px;
	cursor: pointer;
	float: left;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	margin: 5px;
}

/* "You're done"-animation - Grabbed the flipInX/flipOutX animations from https://daneden.github.io/animate.css/ */
@-webkit-keyframes flip_in {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flip_in {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flip_in {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flip_in;
	animation-name: flip_in;
}

@-webkit-keyframes flip_out {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flip_out {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flip_out {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: flip_out;
	animation-name: flip_out;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.animated {
	/*-webkit-animation-duration: 1s;*/
	animation-duration: 1s;
	/*-webkit-animation-fill-mode: both;*/
	animation-fill-mode: both;
}

h1#current_build_name {
	margin-bottom: 0;
}

#filter_list {
	padding: 0;
}
/*
.goodie_banners {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	margin-top: 40px;
}

@media only screen and (min-width: 40.0625em) {
	.goodie_banners {
		grid-template-columns: repeat(4, 1fr);
	}
}

.goodie_banners > div {
	position: relative;
	background-color: var(--section-background-color);
	border: var(--section-border);
	border-radius: var(--section-border-radius);
	overflow: hidden;
}

.goodie_banners > div:first-child {
	grid-column: 2 span;
}
*/
.background_chooser {
	display: inline-grid;
	grid-auto-flow: column;
	grid-gap: 5px;
	clear: both;
}

.background_chooser > div {
	height: 80px;
	margin: 0 auto;
	width: 80px;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	border: 1px solid #BBBBBB;
}

.save_button {
	margin-top: 20px;
}

#build_progress_parts {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: 1fr;
	grid-gap: 10px;
}

@media only screen and (min-width: 78.1875em) {
	#build_progress_parts {
		grid-template-columns: repeat(2, 1fr);
	}
}

#build_progress_parts > div {
	background-color: var(--section-background-color);
	border: var(--section-border);
	border-radius: var(--section-border-radius);
	padding: 12px;
	display: grid;
	grid-template-columns: 40px 1fr;
	grid-gap: 15px;
}

.product_details {
	margin-top: 15px;
}

#build_progress_parts > div > img {
	place-self: center;
}

#build_progress_parts > div a {
	line-clamp: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#build_progress_parts > div > div > div:first-child {
	font-weight: bold;
}

#build_image > img {
	border-radius: var(--section-border-radius);
}

.reveal {
	background-color: #F0F0F0;
}

#items_compatible,
#items_incompatible {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	grid-gap: 20px;
}
@media only screen and (min-width: 40.0625em) {
	#items_compatible,
	#items_incompatible {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media only screen and (min-width: 78.1875em) {
	#items_compatible {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	#items_incompatible {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

#items_compatible > div,
#items_incompatible > div {
	background-color: #FFF;
	padding: 20px;
	border-radius: var(--section-border-radius);
	border: var(--section-border);
}

.breadcrumb {
	margin-top: 10px;
}

@media only screen and (min-width: 40.0625em) {
	.breadcrumb {
		margin-top: inherit;
	}
}