/* Fallback when child theme is not installed on live. */
body.cashew-custom-header .nest_header_default.before_custom_header,
body.cashew-custom-header .mobile_header.style_one {
	display: none !important;
}

body.cashew-custom-header .header-area {
	position: relative;
	z-index: 999;
}

body.cashew-custom-header .header-area .logo img {
	max-height: 60px;
	width: auto;
	height: auto;
}

body.cashew-custom-header .header-area .header-bottom {
	min-height: 52px;
}

body.cashew-custom-header .header-area .header-middle {
	min-height: 72px;
}

body.cashew-custom-header .header-area .logo .header-action-right,
body.cashew-custom-header .header-area .logo-width-1 .header-action-right {
	display: none !important;
}
