.card-outer {
	background-color: #eee;
}

.stackup {
	margin-top: -220px;
	font-weight: 300;
	/*letter-spacing: 1px;*/
}

.stackup .card {
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	background: #fff;
	min-height: 500px;
	border-radius: 0;
	max-width: 1280px;
	padding: 2em 0;
	border: none;
}

.item {
	font-size: 14px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 3em;
	margin-bottom: 3em;
	border-left: 1px solid #eee;
}

@media (max-width: 576px) {
	.item {
		border-left: none;
	}
}

@media (min-width: 576px) and (max-width: 768px) {
	.item:nth-child(4n+1) {
		border-left: none;
	}
}


@media (min-width: 768px) and (max-width: 992px) {
	.item:nth-child(6n+1) {
		border-left: none;
	}
}

@media (min-width: 992px) {
	.item:nth-child(8n+1) {
		border-left: none;
	}
}

.item h3 {
	text-align: center;
	font-size: 18px;
}

.item .img-product {
    display: table;
    width: 100%;
    height: 160px;
    vertical-align: middle;
    margin-top: 1em;
    margin-bottom: 1em;
    margin: auto;
    text-align: center;
}

.item .img-product a {
	display: block;
	margin: 0 auto;
}

.item .img-product img {
	max-width: 100%;
	max-height: 160px;
	margin: auto;
}

.spc-vital {
	margin-bottom: 1em;
	line-height: 1.4em;
}

.spc-vital > div {
	/*text-align: center;*/
}

.spc-size strong {
	display: block;
	font-size: 2em;
	font-weight: bold;
}

.spc-res strong {
	display: block;
	background: #000;
	color: #fff;
	width: 80%;
    text-align: center;
}

/* .spc-touch thead th {
	border-top: none;
	border-bottom: none;
	font-weight: normal;
}

.spc-touch td,.spc-touch th {
	padding: 4px 8px;
	text-align: center;
	width: 32%;
	height: 3em;
}

.spc-touch td {
	border-top: 1px solid #333;
} */


.spc-groups img {
    max-width: 26px;
}

.img-product::after {
    content: " ";
    width: 90%;
    position: relative;
    background-color: #FFF;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #FFF));
    bottom: 0;
    margin: auto;
    display: table;
    height: 1px;
    margin-bottom: 1em;
    margin-top: 0em;
}

.spc-groups::before {
    content: " ";
    width: 90%;
    position: relative;
    background-color: #EEE;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #eee));
    bottom: 0;
    margin: auto;
    display: table;
    height: 1px;
    margin-bottom: 1em;
    margin-top: .5em;
}
.spc-groups .row {
	margin: 1em 0;
	line-height: 1.8;
    font-size: 13px;
}

.spc-groups .row > div {
	text-align: left;
}

.spc-touch {
	height: 7em;
	font-size: 13px;
	margin-left: 5%;
}

.spc-touch td {
	border-top: none;
	width: 45%;
}

.spc-touch td:nth-child(odd) {
	/*text-align: right;*/
	font-weight: 600;
}

.spc-link {
    margin-top: 2em;
    text-align: center;
	font-size: 13px;
}

.spc-link a {
	text-decoration: none;
	border-bottom: 1px solid #777;
    padding: .1em 0;
}

.spc-link a:hover {
	color: #900;
}

.card .w-100 hr {
	margin: 3em auto;
	border-top: 1px solid #eee;
	width: 80%;
	/* height: 30px;
	box-shadow: inset 0 32px 30px -30px rgba(0, 0, 0, 0.5); */
}

.spc-groups .row.cpu {
	min-height: 3.5em;
}

.badge-red {
	background-color: #900;
	color: #fff;
	padding-left: 2em;
	padding-right: 2em;
	margin-bottom: 0.5em;
}

.badge-ghost {
    margin: auto;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    padding: 1em;
    font-size: 12px;
	text-transform: uppercase;
}
.nav-pills .nav-link {
    border-radius: .25rem;
    padding: 0.3em 1.5em;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #990000;
}
.msk {
	display: none;
}