.store_buttons {
	text-align: right;
}

.store_item {
	border: 1px solid #10181f !important;
	background-color: rgba(0, 0, 0, 0.1);
}

.sort {
	padding-right: 0px;
}

#cart .store_item {
	padding: 1rem;
}

#cart .store_item:hover {
	background: #13151e;
	padding: 1rem;
}

.vp_button,
.dp_button {
	padding: 0.4rem 0.8rem;
	font-size: 1rem;
}

span.wh-icon-text {
	color: #fff;

	right: 0;
	bottom: 0;

	position: absolute;

	font-size: 16px;
	font-weight: bold;

	line-height: 0;

	text-shadow: 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000, -2px 0 #000, -1px 0 #000, 0px 0 #000, 1px 0 0 #000;
}

#store > form[onsubmit="return false"] > div > div {
	font-size: 0;
	white-space: nowrap;
}

#store > form[onsubmit="return false"] > div > div .nice_button {
	width: 50%;
}
