.gcf-template {
	margin: 40px 0 0;
}
.gcf-template__row {
	margin: 51px 0 0;
}
.gcf-template__row:first-child{
	margin-top: 0;
}
.gcf-template__header {
	font-size: 18px;
	color: #515151;
}
.gcf-template__single-hide{
	display: none;
}
.gcf-template--more .gcf-template__single-hide{
	display: inline-block;
}

.gift-cert-thumb {
	margin: 20px 0 0;
}
.gift-cert-thumb__holder {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -10px 0;
}
.gift-cert-thumb__item {
	margin: 20px 0 0;
	padding: 0 10px 0;
	width: 33.3333%;
	cursor: pointer;
}
.gift-cert-thumb__image-wrapper {
	border-radius: 10px;
	box-shadow: 0px 4px 4px rgba(52, 64, 78, 0.25);
	overflow: hidden;
}
.gift-cert-thumb__item--active .gift-cert-thumb__image-wrapper{
	box-shadow: 0px 4px 4px rgba(52, 64, 78, 0.75);
}
.gift-cert-thumb__image {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
