.product-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 180px;
	background: linear-gradient(180deg, #f3f3f3 0%, #e4e4e4 100%);
	color: #c53b3b;
	font-size: 42px;
}
.logo-fallback {
	display: none;
	font-weight: 700;
	font-size: 22px;
	color: #c53b3b;
	text-transform: uppercase;
}
.flash-alert {
	margin: 0 0 20px;
	padding: 12px 16px;
	border-radius: 4px;
}
.flash-alert.success {
	background: #e8f6e8;
	color: #1d6e1d;
}
.flash-alert.error {
	background: #fdeaea;
	color: #a32020;
}
.inquiry-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.inquiry-form {
	margin-top: 16px;
	padding: 16px;
	border: 1px solid #eee;
	background: #fff;
}
.inquiry-form .form-group {
	margin-bottom: 12px;
}
.page-body {
	font-size: 15px;
	line-height: 1.6;
}
.page-body ul {
	margin: 0 0 16px 18px;
}
.catalog-empty {
	padding: 24px 0;
	color: #666;
}
.homeslider .item {
	min-height: 280px;
	background-color: #b13232;
	background-size: cover;
	background-position: center;
}
