.categories_wrapper {
	margin-left: -15px;
	margin-right: -15px;
}

.product_category_wrapper {
	width: 25%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-top: 30px;
}

.product_category {
	display: block;
}

.product_category:hover .product_category_image img {
	transform: scale(1.1);
}

.product_category_image {
	overflow: hidden;
}

.product_category_image img {
	transition: all 0.3s ease-in-out 0s;
}

.product_category h3 {
	color: black;
	padding-top: 23px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}

.product_category_wrapper:nth-child(4n+5) {
	clear: both;
}

.product_categories .sectiontitle {
	margin-bottom: 0;
	text-align: left;
	overflow: hidden;
}

.product_categories h2 {
	float: left;
	margin-bottom: 0;
}

.view_all_buttons {
	margin-top: 30px;
}

.product_category_image img {
	min-width: 100%;
}

.title_arrow {
	transition: all 0.3s ease-in-out 0s;
}

.product_category:hover .title_arrow {
	margin-left: 3px;
}

.product_categories {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.product_category_wrapper {
		width: 50%;
	}

	.product_category_wrapper:nth-child(2n+3) {
		clear: both;
	}

	.product_category h3 {
		letter-spacing: 0.5px;
		font-size: 11px;
	}

	.product_category_wrapper {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	a.view_all_link {
		float: none;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.overlay-text .nbtn {
		font-size: 11px !important;
		padding: 5px 12px !important;
		margin-left: 0 !important;
		margin-bottom: 15px;
	}

	.overlay-text .nbtn:last-child {
		margin-left: 10px !important;
	}

	.overlay-text h1 {
		font-size: 25px;
		line-height: 1.2;
		padding: 0 15px;
		margin-top: 20px;
		margin-bottom: 25px;
	}

	.home .page_content {
		overflow: visible;
	}
}
