ol.show-all-cnt {
	position: relative;
	/* height: 350px; */
}
ol.show-all-cnt.on {
	height: auto !important;
}

#show-all-btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 63px;
	height: 63px;
	/* border: 1px solid #f0f3f5; */
	background-color: #fff;
	margin-left: -31.5px;
	text-align: center;
	padding-top: 5px;
	transition: background-color .4s ease;
	cursor: pointer;
}
	#show-all-btn:hover {
		background-color: #f0f3f5;
	}

#show-all-btn span {
	display: block;
	font-size: 13px;
	line-height: 20px;
	font-family: Karla, Arial, sans-serif;
}

#show-all-btn .chevron-svg,
#show-all-btn .line-svg {
	display: block;
	margin: 0 auto;
}
#show-all-btn .line-svg {
	margin-top: -7px;
}

#show-all-btn .chevron-path {
	fill: none;
	stroke: #737373;
	stroke-linecap: round;
	stroke-miterlimit: 10;
}

#show-all-btn .line-path {
	fill: none;
	stroke: #737373;
	stroke-linecap: round;
	stroke-miterlimit: 10;
}

#show-all-btn .chevron-svg.up {
	transform: rotate(180deg);
}