#collection-filters-container .cf-select, #collection-filters-container #sort-by {
	display: inline-block;
	width: 100%;
	float: none;
}

#collection-filters-container {
	text-align: left;
	margin: 10px 0;
}

#collection-filters-container .cf-title {
	position: relative;
    font-weight: 600;
    font-size: 15px;
    background: #00944a;
    border: none;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0;
    padding: 6px 10px;
    text-align: left;
    border-bottom: 1px solid #00944a;
}

#collection-filters-container label {
	display: block;
	margin: 0 6px 6px 0;
	cursor: pointer;
	font-weight: normal;
	padding: 5px 15px;
}

#collection-filters-container label span {
	font-weight: normal;
	word-wrap: break-word;
}

#collection-filters-container .cf-checkbox:checked + span {
	font-weight: bold;
}

#collection-filters-container label a {
	color: #23527e;
}

@media (max-width: 640px) {
	#collection-filters-container .cf-title {
		font-weight: bold;
		margin: 2px 5px 0 0;
	}

	#collection-filters-container .cf-select, #collection-filters-container #sort-by {
		display: block;
		width: 100%;
		max-width: none;
	}
}