@media (max-width: 767px) {
	#top[data-header-layout="singleRow"] {
		display: block !important;
		min-height: 0 !important;
		height: auto !important;
		overflow: visible !important;
		background-color: #ffffff !important;
	}

	#top[data-header-layout="singleRow"] #top_info {
		display: grid !important;
		grid-template-columns: 72px minmax(0, 1fr) 72px !important;
		align-items: center !important;
		width: 100% !important;
		max-width: none !important;
		height: 100px !important;
		padding: 0 14px !important;
		background-color: #ffffff !important;
	}

	#top[data-header-layout="singleRow"] #mobile_top_info_left,
	#top[data-header-layout="singleRow"] #mobile_top_info_right {
		display: flex !important;
		grid-row: 1 !important;
		height: 100px !important;
		align-items: center !important;
	}

	#top[data-header-layout="singleRow"] #mobile_top_info_left {
		grid-column: 1 !important;
		justify-content: flex-start !important;
	}

	#top[data-header-layout="singleRow"] #mobile_top_info_right {
		grid-column: 3 !important;
		justify-content: flex-end !important;
	}

	#top[data-header-layout="singleRow"] #top_info_center {
		display: flex !important;
		grid-column: 2 !important;
		grid-row: 1 !important;
		height: 100px !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 0 !important;
		background-color: #ffffff !important;
	}

	#top[data-header-layout="singleRow"] #top_info_left,
	#top[data-header-layout="singleRow"] #top_info_right,
	#top[data-header-layout="singleRow"] #top_menu {
		display: none !important;
	}

	#top[data-header-layout="singleRow"] + #top_space {
		height: 100px !important;
	}
}

@media (max-width: 420px) {
	#top[data-header-layout="singleRow"] #top_info,
	#top[data-header-layout="singleRow"] #mobile_top_info_left,
	#top[data-header-layout="singleRow"] #mobile_top_info_right,
	#top[data-header-layout="singleRow"] #top_info_center {
		height: 70px !important;
	}

	#top[data-header-layout="singleRow"] + #top_space {
		height: 70px !important;
	}
}
