.torch-inventory-search-selection-slug a {
	width: 18px;
	height: 18px;
	float: right;
	color: #FFF;
	border-radius: 99999999px;
	background: #185BA1;
	text-align: center;
	line-height: 16px;
	padding-left: .5px;
}

.torch-inventory-search-selection-slug a:hover {
	background: #1D6FC5;
	text-decoration: none;
}

.torch-inventory-search-selection-value {
	font-weight: bold;
}

.torch-inventory-search-type-selectors {
	margin-top: 20px;
	text-align: center;
	padding-right: 10px;
}

.torch-inventory-search-type-selectors label {
	font-weight: normal;
}

.torch-inventory-search-type-selectors input[type="radio"]:checked + label {
	font-weight: bold;
}

.torch-inventory-search-show-more-button {
	float: right;
	color: #999;
	margin-bottom: 8px;
	cursor: pointer;
}

.torch-inventory-search-show-more-button-icon {
	display: inline-block;
	width: 8px;
	height: 8px;
	border: #999 solid 4px;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	
}

.opened .torch-inventory-search-show-more-button-icon {
	border-top-color: transparent;
	border-bottom-color: #999;
	margin-bottom: 4px;
}

.torch-inventory-search-show-more-content {
	
}

.torch-inventory-search-count-container {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #666;
}