@media (max-width: 767px) {
	.mobiles_menus_wrapper,
	.menus_wrapper_no_shopping_bag_in_header.mobiles_menus_wrapper {
		float: none !important;
		width: 100% !important;
		max-width: none !important;
		margin: 10px auto 0 !important;
		height: auto !important;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		position: relative;
		z-index: 250;
	}

	.gbtr_menu_mobiles {
		float: none !important;
		display: block;
		margin: 0 auto;
	}

	.menu_select {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

/*
 * v1.0.92 — Tall mobile header row (see cnc-header-logo.css --cnc-mobile-header-bar).
 * Center hamburger/search icons; home stack offset; sticky scroll margin hint for JS-measured header.
 */
@media (max-width: 959px) {
	body.wp-child-theme-wecolab-cnc-retailer-child .gbtr_header_wrapper .mobile_menu_wrapper .tools_button span:not(.items_number)::before,
	body.wp-child-theme-wecolab-cnc-retailer-child .gbtr_header_wrapper .mobile_tools .tools_button span:not(.items_number)::before {
		top: 50% !important;
		transform: translateY(-50%) !important;
	}

	body.wp-child-theme-wecolab-cnc-retailer-child .gbtr_header_wrapper .mobile_tools .shopping_bag_button span:not(.items_number)::before {
		top: 50% !important;
		transform: translateY(-50%) !important;
	}

	body.wp-child-theme-wecolab-cnc-retailer-child #global_wrapper > .global_content_wrapper {
		scroll-margin-top: var(--cnc-mobile-header-bar, 120px);
	}

	body.home.wp-child-theme-wecolab-cnc-retailer-child .global_content_wrapper.page_default {
		margin-top: calc(56px + var(--cnc-mobile-header-extra, 60px)) !important;
	}

	/* v1.1.8 — Home RevSlider hidden on mobile; see cnc-youtube-hero.css (≤959px). */
}

/*
 * v1.1.0 — Offcanvas primary menu link hover: CNC red (#b31736), darker #961428 on active.
 * Overrides Retailer Kirki accent (#b39964) on .sf-menu links in #offCanvasLeft / #offCanvasRight.
 */
body.wp-child-theme-wecolab-cnc-retailer-child #offCanvasLeft .mobile-main-navigation ul.sf-menu li > a:hover,
body.wp-child-theme-wecolab-cnc-retailer-child #offCanvasLeft .mobile-main-navigation ul.sf-menu li > a:focus,
body.wp-child-theme-wecolab-cnc-retailer-child #offCanvasRight .mobile-main-navigation ul.sf-menu li > a:hover,
body.wp-child-theme-wecolab-cnc-retailer-child #offCanvasRight .mobile-main-navigation ul.sf-menu li > a:focus {
	color: #b31736 !important;
}

body.wp-child-theme-wecolab-cnc-retailer-child #offCanvasLeft .mobile-main-navigation ul.sf-menu li > a:active,
body.wp-child-theme-wecolab-cnc-retailer-child #offCanvasRight .mobile-main-navigation ul.sf-menu li > a:active {
	color: #961428 !important;
}

/*
 * v1.1.2 — Offcanvas secondary (category) links: CNC red hover.
 */
body.wp-child-theme-wecolab-cnc-retailer-child #offCanvasLeft .mobile-secondary-navigation ul li > a:hover,
body.wp-child-theme-wecolab-cnc-retailer-child #offCanvasLeft .mobile-secondary-navigation ul li > a:focus,
body.wp-child-theme-wecolab-cnc-retailer-child #offCanvasRight .mobile-secondary-navigation ul li > a:hover,
body.wp-child-theme-wecolab-cnc-retailer-child #offCanvasRight .mobile-secondary-navigation ul li > a:focus {
	color: #b31736 !important;
}

body.wp-child-theme-wecolab-cnc-retailer-child #offCanvasLeft .mobile-secondary-navigation ul li > a:active,
body.wp-child-theme-wecolab-cnc-retailer-child #offCanvasRight .mobile-secondary-navigation ul li > a:active {
	color: #961428 !important;
}
