/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       3.6.4.6
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
Text Domain:   electro-child
*/

/* Close controls are redundant because the drawer closes from its backdrop. */
.off-canvas-navigation-wrapper .navbar-toggle-close,
.handheld-navigation-wrapper .navbar-toggle-close,
.site-content .sidebar .tmhh-sidebar-close {
	display: none !important;
}

/* Keep the desktop EC menu anchored after the available flexible space. */
@media (min-width: 1200px) {
	.ec-menu {
		margin-top: auto;
	}
}

/* Balance the mobile controls around a genuinely centered logo. */
/* @media (max-width: 767.98px) { */
@media (max-width: 1200px) {
	.mobile-header-v1 {
		display: grid;
		grid-template-columns: 64px minmax(0, 1fr) 64px;
		column-gap: 12px;
	}

	.mobile-header-v1 > .off-canvas-navigation-wrapper,
	.mobile-header-v1 > .handheld-header-links {
		width: 64px;
		max-width: 64px;
		flex: none;
	}

	.mobile-header-v1 > .header-logo {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		padding: 0;
		text-align: center;
		justify-self: center;
	}

	.mobile-header-v1 > .header-logo .header-logo-link {
		display: flex;
		justify-content: center;
	}

	.mobile-header-v1 > .site-search {
		grid-column: 1 / -1;
		width: 100%;
	}
}

@media (max-width: 991px) {
	.footer-social-icons ul li {
		padding-left: 10px !important;
	}

	.footer-social-icons ul li a {
		padding: 0 0 !important;
	}
}