/**
* Theme Name: Partdo Child
* Description: This is a child theme of Partdo, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: partdo
* Version: 1.4.8
*/

/* Lovelas: keep the top header menu row (categories) always visible on desktop/tablet widths only — phones keep the theme's dedicated mobile header */
@media (min-width: 992px) {
	.site-header .header-row.hide-below-1200 {
		display: block !important;
	}
	.site-header .header-row.hide-below-1200 .header-inner {
		display: flex !important;
	}
}


/* Lovelas: categories row ("Все категории" + main menu) sits in normal document flow, like the parent Partdo theme, so it pushes the banner down/right instead of floating over it. */
.site-header .header-nav {
	position: relative !important;
	z-index: 30 !important;
}
.site-header .dropdown-cats.dropdown {
	position: relative !important;
}
.site-header .dropdown-cats .dropdown-menu {
	position: absolute !important;
	top: 100% !important;
	left: 0 !important;
	width: 100% !important;
}
