/*
Theme Name: Hello Elementor Child
Theme URI: https://bugatechnic.com
Description: Buga Technic child theme — catalog count, mega menu, accordion icons.
Author: Buga Technic
Template: hello-elementor
Version: 1.0.5
*/

/*
 * ElementsKit sets mega-panel width in JS on mouseenter (data-vertical-menu).
 * Guest CSS default is width:100% of the PRODUCTS <li>, so columns overlap
 * until JS runs. Apply the configured 600px from CSS so guests match admin.
 */
@media (min-width: 1025px) {
	.elementskit-navbar-nav > li.elementskit-dropdown-menu-custom_width > .elementskit-megamenu-panel,
	.elementskit-megamenu-has[data-vertical-menu] > .elementskit-megamenu-panel {
		width: 600px;
		min-width: 600px;
		max-width: 90vw;
		box-sizing: border-box;
	}

	.elementskit-megamenu-panel .elementor-container {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
	}

	.elementskit-megamenu-panel .elementor-column.elementor-col-50 {
		width: 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* Accordion category icons: 40% of previous fill size, centered in the box */
.wpr-advanced-accordion .wpr-acc-icon-box {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.wpr-advanced-accordion .wpr-acc-icon-box .wpr-title-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.wpr-advanced-accordion .wpr-acc-icon-box .wpr-title-icon img,
.wpr-advanced-accordion .wpr-acc-icon-box .wpr-title-icon svg {
	width: 40% !important;
	height: 40% !important;
	max-width: 23px !important;
	max-height: 23px !important;
	object-fit: contain;
}
