.sold {
    padding: 10px;
	margin-top: 15px;
}

.details .uppercase {
	word-break: break-all;
}

.price-block .price {
	font-size: 20px;
	font-weight: bold;
	color: #092d44;
	line-height: 100%;
}
.price-block .price.stroke {
	text-decoration: line-through;
	font-weight: normal;
}

.stock-block {
	margin: 15px 0px 0px;
	font-weight: bold;
}

.stock-block .fa {
	font-size: 1.2em;
}

