.e3_gifts_content {
	text-align: center;
	padding: 10px 0;
	background: #f2f2f2;
	margin-bottom: 20px;
}
.e3_gifts_content h2 {
	margin-top: 0;
	padding: 0;
	margin-left: -15px;
	margin-right: -15px;
}
.e3_gift_category_container {
	display: flex;
	justify-content: space-between;
}
.e3_gift_category {
	text-align: center;
	box-sizing: border-box;
	padding: 5px 0;
	width: 97%;
	display: inline-block;
}
.e3_gift_category div {
	font-weight: bold;
	border: 1px solid black;
	padding: 10px 0;
	width: 90%;
	margin: 0 auto;
}
.e3_gift_category div:hover {
	color: #f2f2f2;
	background: black;
	cursor: pointer;
}
.e3_gift_category_selected > div {
	color: #f2f2f2;
	background: black !important;
}
.e3_gift_category_container div:nth-of-type(5) div {
	font-weight: normal;
}
@media only screen and (max-width: 992px) {
	.e3_gift_category_container {
		display: block;
	}
	.e3_gift_category_even {
		width: 46%;
	}
	.e3_gift_category_odd {
		width: 97%;
	}
	.e3_gifts_content {
		margin-left: -30px !important;
		margin-right: -30px !important;
	}
}