.header-promo-row {
	position: relative;
	display: block;
	width: 100%;
	height: 35px;
	font-weight: 300;
	font-size: 19px;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
}
@media screen and (min-width: 340px) and (max-width:400px) {
	.header-promo-row {
		font-weight: 700;
		font-size: 13px;
	}
}
@media screen and (max-width:339px) {
	.header-promo-row {
		font-weight: 700;
		font-size: 12px;
	}
}
.header-promo-row[href='javascript:'] {
	cursor: default;
}
@media screen and (min-width: 970px) {
	.main:not(.grid) {
		min-height: calc(100vh - 92px);
		padding-top: 92px;
	}
	.main .menu-overlay {
		-webkit-transform: translate3d(0, 92px, 0);
		-moz-transform: translate3d(0, 92px, 0);
		-ms-transform: translate3d(0, 92px, 0);
		-o-transform: translate3d(0, 92px, 0);
		transform: translate3d(0, 92px, 0);
	}
	.main .menu-white-background {
		top: 92px;
	}
	.navigation .main-category-dropdown {
		top: 92px;
	}
	.filter-title {
		top: 92px;
	}
	.filter-content {
		top: 92px;
	}
	.top-bar {
		top: 92px;
	}
	.breadcrumbs-wrapper {
		top: 92px;
	}
	.product-filter-toolbar {
		top: 92px;
	}
	.main > .content {
		padding-top: 132px;
	}
	.single-product {
		height: calc(100vh - 92px);
	}
	.single-product .col-left {
		top: 92px;
		height: calc(100vh - 124px);
	}
	.single-product .col-right {
		top: 92px;
	}
}