/* ===== FHK Buton Galeri ===== */
.fhk-btg-wrap {
	text-align: center;
}

.fhk-btg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 30px;
	border: 0 none !important;
	outline: 0 none !important;
	box-shadow: none !important;
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
	border-radius: 4px;
	background-color: #E3231F;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .3px;
	cursor: pointer;
	transition: background-color .25s ease, transform .12s ease;
}
.fhk-btg:hover {
	background-color: #C41D1A;
}
.fhk-btg:active {
	transform: translateY(1px);
}
