.categories-text-hints {
	margin-top: 1rem;
	background: #f0f0f0;
	padding: .5rem 2rem;
	border-radius: 50px;
	position: relative;
}

.categories-slider-wrapper {
	position: relative;
	z-index: 2;
}

.categories-slider {
	overflow: hidden;
}

.categories-slider-controls {
	position: absolute;
	width: 100%;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 5px;
	z-index: 0;
}

.category-arrow {
	cursor: pointer;
}

.category-arrow.left {

}

.category-arrow.right {

}

.category-arrow .svg-icon {
	width: 20px;
	height: 20px;
	fill: #666;
}

.category-hint-button {
	border-radius: 20px;
	font-size: 14px;
	text-transform: capitalize;
	background: #fff;
	padding: 4px 10px;
	border: 1px solid rgba(0,0,0,.15);
	color: #777;
	font-weight: 600;
}

.category-hint-button + .category-hint-button {
	margin-left: 6px;
}

.category-hint-button.current {
	background: #9cd5d7;
	color: #fff;
}









