.wookiot-stock-branch {
	margin: 12px 0 18px;
	line-height: 1.5;
	box-sizing: border-box;
	font-size: 13px;
}
.wookiot-stock-branch * {
	box-sizing: border-box;
}
.wookiot-stock-header {
	padding: 8px 12px;
	background: #f7f7f7;
	border: 1px solid #eee;
	text-align: center;
}
.wookiot-stock-header strong {
	display: block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #3c3d41;
	letter-spacing: .3px;
}
.wookiot-stock-header.wookiot-stock-outofstock strong {
	color: #c00;
}
.wookiot-stock-subhead {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	color: #555;
	font-weight: 600;
	text-transform: none;
}
.wookiot-stock-list {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fafafa;
	border: 1px solid #eee;
	border-top: none;
	max-height: 180px;
	overflow-y: auto;
}
.wookiot-stock-list li {
	padding: 6px 14px;
	border-top: 1px solid #fff;
	color: #3c3d41;
}
.wookiot-stock-list li:first-child {
	border-top: none;
}
.wookiot-stock-qty {
	font-weight: 600;
	color: #2271b1;
}
.wookiot-stock-reserved {
	color: #999;
	font-size: 12px;
	margin-left: 4px;
}
.wookiot-stock-placeholder {
	padding: 8px 12px;
	text-align: center;
	color: #888;
	font-style: italic;
	background: #fafafa;
	border: 1px dashed #ddd;
}
.wookiot-stock-list::-webkit-scrollbar { width: 4px; background: #f5f5f5; }
.wookiot-stock-list::-webkit-scrollbar-thumb { background: #2271b1; border-radius: 2px; }
