.hydrogen-product {
	margin: 30px 55px;
}
.photoorder-sources {
	background: #F5F5F5;
	margin: 30px 55px;
	padding: 40px 5px 25px 5px;
}
.photoorder-sources .title {
	color: #313233;
	font-size: 15px;
	font-weight: bold;
	margin: 0 15px 35px 15px;
	text-align: center;
}
.photoorder-sources .content {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.photoorder-sources .source {
	align-items: center;
	color: #313233;
	display: flex;
	flex-direction: column;
	font-size: 11px;
	font-weight: bold;
	justify-content: center;
	margin: 10px 5px;
	text-transform: uppercase;
}
.photoorder-sources .source img {
	margin-bottom: 8px;
}
.photoorder-sources .source:hover {
	color: #CC2128;
}

@media screen and (max-width: 959px) {
	.hydrogen-product, .photoorder-sources, #hydrogen-virtuemart-category-view {
		margin: 30px 0 !important;
	}
	.photoorder-sources .content {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 767px) {
	.hydrogen-virtuemart-category-link {
		width: 250px !important;
	}
}

@media screen and (max-width: 600px) {
	.hydrogen-virtuemart-category-link img, .photoorder-sources {
		display: none !important;
	}
	.hydrogen-virtuemart-category-link {
		width: auto !important;
	}
}