/* The theme header is fixed but its height changes with the menu layout. */
body.av-customer-cabinet-page {
	padding-top: var(--av-customer-cabinet-header-height, 106px) !important;
}

@media (max-width: 728px) {
	body.av-customer-cabinet-page {
		padding-top: var(--av-customer-cabinet-header-height, 94px) !important;
	}
}
