/* =========================================================
   Item module — Spyral theme integration
   ========================================================= */

#item_space {
	max-width: 400px;
	margin: 20px auto;
	color: #d0c8b8;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(160, 115, 50, 0.3);
	border-radius: 8px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
	padding: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-shadow: 0 1px 1px #000;
}

#item_space .card {
	background: transparent;
	border: none;
	box-shadow: none;
}

#item_space .card-body {
	background: transparent;
	padding: 0;
}

#item_space .item_bg {
	margin-left: 5px;
	width: 300px;
}

#item_space .item {
	width: 70px;
	height: 70px;
	float: left;
	margin: 12px 0 10px 10px;
}

#item_space .item a {
	background-image: url(../../../images/misc/item_frame.png);
	width: 68px;
	height: 68px;
	margin-top: -6px;
	margin-left: -6px;
	position: absolute;
	z-index: 999;
	display: block;
}

/* Override tooltip white background inside item page */
#item_space .tooltip-item,
#item_space table,
#item_space td,
#item_space th {
	background: transparent !important;
	color: #d0c8b8;
}

#item_space a {
	color: #bd8421;
	text-decoration: none;
}

#item_space a:hover {
	color: #ffc437;
}