.headerContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0.3125rem;
	z-index: 10;
}

.homeHeaderContainer{
	border-bottom: 0.0625rem solid #eee;
}

.headerContainer .headerContent {
	background-color: #fff;
	background-size: cover;
	position: relative
}

.headerContent .topHeader {
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	border-bottom: 0.0625rem solid #eee;
	display: inline-flex;
	flex-flow:wrap;
	height: 3.375rem;
	padding:0rem;
}

.headerContent .homeTopHeader {
    background-color: white !important;
    border:none !important;
   	display:flex;
   	margin:auto;
}

.headerContent .topHeader .logo {
	padding: 0 0.3125rem 0 0.3125rem;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	cursor: pointer;
	left: 0;
	right: 0;
	margin: auto;
	margin-left: 2.8rem; /* Space for drawer toggle button */
}

.headerContent .topHeader .logo a .siiopa_logo {
	height: 1.75rem;
	width: auto;
}

.openMenuShadowDrop {
	display: none
}


@media ( max-width :800px) {
	.center-h {
		width: 80%;
	}
	.headerContainer .headerContent {
		background-color: transparent
	}
	.headerContent .topHeader {
		padding: 0;
		position: relative
	}
	.headerContent .topHeader div.logo {
		padding-right: 0
	}
	
	.headerContent .topHeader .customer-menu {
		display: none
	}
	.customer-context-menu {
		display: none !important;
	}
	.headerContent .topHeader .login_menu {
		display: none !important;
	}
	.top-padding-five {
		margin-bottom: 0 !important;
	}
	.padding_left_220 {
		padding-left: 0 !important;
	}
}

@media ( min-width :1000px) {
	.headerContainer {
		z-index: 4
	}
}


.siiopa_logo_title {
	align-self: flex-end;
	color: #FBA856;
	font-weight: bold;
	font-size: 1.125rem;
}

.headerContent .topHeader .navMenu {
	border: 0;
	background: 0 0;
	float: left;
	padding: 0 0.625rem 0rem 0.625rem;
	height: auto;
	outline: 0;
	padding: 0.3125rem;
	-webkit-transition: all 100 ease-in-out;
	transition: all 100 ease-in-out;
	-webkit-transition: all 100 ease-in-out;
}

.headerContent .topHeader .navMenu:hover {
	background-color: #f9cd5c
}

.headerContent .topHeader .navMenu:active {
	box-shadow: inset 0 0 0.125rem 0.125rem rgba(0, 0, 0, .1)
}

.headerContent .topHeader button {
	height: 2.5rem;
	font-weight: 700
}

.headerContent .topHeader .loginArea {
	width: 9.375rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.headerContent .topHeader .topRightArea {
	/* min-width: 60px; */
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: inline;
	display: inline-flex;
	vertical-align: middle;
	height: 1.625rem;
	padding: 0.3125rem;
}

.headerContent .topHeader .topRightArea:hover {
	background-color: #eeb529;
	border-radius: 0.1875rem;
}

.headerContent .topHeader .topRightArea a {
	text-decoration: none;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.topRightArea span {
	/* margin-top: 5px; */
/* 	font-weight: bold; */
}

.customer-context-menu {
	display: block;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-weight: 700;
	line-height: 1.6;
	padding: 0.3125rem;
	margin: 0px !important;
	white-space: nowrap;
	overflow: hidden;
	/* border-left:1px solid #ebebeb; */
	text-overflow: ellipsis;
	color: #333;
	cursor: pointer;
	background-color: #f6f6f6;
	border-radius: 0.3125rem;
}

.customer-menu:hover {
	background-color: #f1f1f1;
	border-radius: 0.3125rem;
}

.context-menu-label {
	cursor: pointer;
	display: inline-flex;
    flex-wrap: nowrap;
    vertical-align: middle;
    align-items: center;
}

.context-menu-label-text {
	padding: 0rem 0.625rem;
	cursor: pointer;
}

.context-dropdown-menu {
	min-height: inherit !important;
	z-index: 1300 !important;
	padding: 0.5rem 0;
	margin: 0;
	list-style: none;
	font-size: 1.4rem;
	text-align: left;
	background-color: #fff;
	border-radius: 0;
	border: none;
	color: #707070;
	left: auto;
	width: 12.5rem;
	margin-top: 0;
	min-width: 9.0625rem;
	margin-left: -0.0625rem;
	max-height: 12.5rem;
	text-transform: none;
	box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.08);
	position: fixed;
	top: 3.625rem;
	right: 0;
	margin-right:0.3125rem;
	display: block !important;
	float: left;
	background-clip: padding-box;
	text-transform: none;
	display: block !important;
}

.context-dropdown-item {
	list-style: none;
	vertical-align: middle;
}

.context-dropdown-item:hover {
	background-color: #ebebeb;
}

.context-dropdown-item-label {
	padding: 0 1rem;
	font-size: 1.1rem;
	font-weight: 450;
	color: #333;
	display: block;
	min-height: 2.5rem;
	line-height: 2.5rem;
	clear: both;
	white-space: nowrap;
	transition: color .1s linear;
	cursor: pointer;
}
.home-page-header{
	width:100%;
    display: inline-flex;
    align-items: center;
    margin-top: 0.9375rem;
    padding-left:1.875rem;
}
.siiopa_logo {
	width: auto;
	height: 1.375rem;
	cursor: pointer;
/* 	padding-left:2.1rem; */
}
.register-caption{
	margin: auto;
	padding-right:0.3125rem;
}
.register-section{
	display:inline-flex;
	flex-wrap:nowrap;
	margin: auto;
	margin-left:0.625rem;
}
/* Right Panel */
.header-right-panel {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

/* Cart Button */
.topRightArea {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s;
}

.topRightArea:hover {
    background-color: #f3f4f6;
}

/* Login Button - Mockup Style */
.login_menu {
    background-color: #ef4444 !important;
    color: white !important;
    padding: 1rem !important;
    border-radius: 9999px !important;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background-color 0.2s;
    border: none;
}

.login_menu:hover {
    background-color: #dc2626 !important;
}

.login_menu .user-icon {
    color: white;
    width: 1rem;
    height: 1rem;
}

/* Hide user icon in login button for cleaner look */
.login_menu vaadin-icon {
    display: none;
}

/* Cart Icon Styling */
.topRightArea vaadin-icon {
    width: 1.25rem;
    height: 1.25rem;
}

/* Navigation Menu (Mobile) */
.navMenu {
    display: block;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.375rem;
    transition: background-color 0.2s;
}

.navMenu:hover {
    background-color: #f3f4f6;
}

@media ( max-width :1370px) {
	.headerContent .topHeader .logo {
		margin-left: 3.125rem !important; /* Space for drawer toggle button */
	}
}


@media (min-width: 768px) {
    .navMenu {
        display: none;
    }
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .topHeader {
        padding: 0.5rem 1rem;
    }

    .header-right-panel {
        gap: 0.5rem;
    }

    .topHeader .logo h1,
    .topHeader .logo span,
    .topHeader .logo div {
        font-size: 1rem;
    }
}

/* Shadow Drop for Mobile Menu */
.openMenuShadowDrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 40;
}

/* Left and Right Navbar */
.left-navbar,
.right-navbar {
    position: fixed;
    top: 0;
    height: 100%;
    background: white;
    z-index: 45;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.left-navbar {
    left: 0;
    width: 17.5rem;
}

.right-navbar {
    right: 0;
    width: 17.5rem;
}

.header-center-section{
    padding: 0rem 1rem;
    flex: 1 1 0%;
    display: flex;
    justify-content: end;
    align-items: center;
}
/* Design 4 - Icon + Button Combo Search Field */
.mv-search-field-container {
    display: flex;
    gap: 0;
    background: white;
    border: 0.0625rem solid #e0e0e0;
    border-radius: 3.125rem;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    align-items: stretch;
    width: 100%;
    height:2.8125rem;
    align-items:center;
}

.mv-search-field-container:focus-within {
    border-color: #ef4444;
    box-shadow: 0 0.5rem 1.25rem rgba(239, 68, 68, 0.2);
}

/* Search Icon */
.mv-search-field-icon {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: #7f8c8d;
    font-size: 1.25rem;
    pointer-events: none;
    width: 1.25rem;
    height: 1.25rem;
}

/* Search Box */
.mv-search-box {
    display: flex;
    align-items: stretch;
    background-color: white;
    border-radius: 62.4375rem;
    overflow: hidden;
    margin-bottom: 1rem;
   padding: 0rem 0rem 0rem .5rem;
}

.mv-highlight {
    color: var(--mv-primary-color);
}

.mv-search-box {
    display: flex;
    align-items: center;
    background: var(--mv-white);
    padding: 0.5rem 1rem;
    border-radius: 3.125rem;
    gap: 1rem;
    border: 0.0625rem solid #e0e0e0;
}

.mv-search-box vaadin-combo-box {
    flex: 1;
    border: none;
    outline: none;
}

.mv-search-box vaadin-combo-box::part(input-field) {
    border: none;
    box-shadow: none;
     background: transparent;
}

.mv-search-btn {
    background: var(--mv-primary-color) !important;
    color: var(--mv-white) !important;
    border: none;
    padding: 0.75rem 1.5rem !important;
    border-radius: 62.4375rem !important;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s;
    white-space: nowrap;
    height:auto !Important;
}

.mv-location-search-section{
	margin-top: 0rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
}

.mv-highlight {
    color: #ef4444;
}


.mv-search-btn:hover {
    background: #d62839 !important;
}

/* Hide map marker icon in search box */
.mv-search-box vaadin-icon[icon="vaadin:map-marker"] {
    display: none;
}

/* LocationSearchComboBox container styling */
.mv-search-box .search-layout {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Hide all extra buttons in search box */
.mv-search-box .dropdown-button,
.mv-search-box .tooltip {
    display: none !important;
}

/* Autocomplete container */
.mv-search-box .autocomplete {
    background: transparent;
    padding: 0;
    width: 100%;
}


/* Search Input Field */
.mv-search-field-input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    outline: none !important;
    width: 100%;
}

.mv-search-field-input::part(input-field) {
    padding: 1rem 1rem 1rem 3.25rem !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 1rem;
    min-height: auto !important;
}

.mv-default-field-input::part(input-field) {
    padding: 0rem !important;
}
.mv-search-field-input::part(value) {
    padding-left: 0 !important;
}

.mv-search-field-input input {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    padding: 0 !important;
}

.mv-search-field-input input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.mv-search-field-input input::placeholder {
    color: #9ca3af;
    opacity: 1;
}

/* Search Button with Gradient */
.mv-search-field-btn {
    padding: 1rem 2rem !important;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    color: white !important;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    height: auto !important;
    flex-shrink: 0;
}
/* Vaadin text field - remove all default styling */
.mv-search-box vaadin-text-field {
    background: transparent !important;
    padding: 0rem 0.5rem !important;
    border: none !important;
    width: 100%;
}

.mv-search-box vaadin-text-field::part(input-field) {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0.5rem 0 !important;
    min-height: auto !important;
}
vaadin-text-field::part(value) {
    padding: 0 !important;
    font-size: 1rem;
    font-weight: normal;
}

.mv-food-search-section vaadin-text-field::part(input-field) {
    margin:0rem !important;
     background: transparent !important;
    box-shadow: none !important;
    border: 0.0625rem solid #e5e7eb;
    /* padding: 0rem .5rem 0rem 2.8rem !important; */
    border-radius: 62.4375rem;
}
.mv-location-search-section vaadin-text-field::part(input-field) {
    margin:0rem !important;
     background: transparent !important;
    box-shadow: none !important;
    border: 0.0625rem solid #e5e7eb;
    padding: 0rem .3rem !important;
    border-radius: 62.4375rem;
}

/* Input field itself */
.mv-search-box vaadin-text-field input,
.mv-search-box input[type="text"] {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    padding: 0 !important;
    font-size: 1rem;
    font-family: in;
}

.mv-search-box vaadin-text-field input:focus,
.mv-search-box input[type="text"]:focus {
    outline: none !important;
    box-shadow: none !important;
}

.mv-search-btn {
    background-color: #ef4444 !important;
    color: white !important;
    padding: 0.75rem 1.5rem !important;
    border: none;
    border-radius: 0 2rem 2rem 0 !important;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 500;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    height: 100%;
}

.mv-search-btn:hover {
    background-color: #dc2626 !important;
}

.mv-search-field-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0.25rem 0.75rem rgba(239, 68, 68, 0.4);
}

.mv-search-field-btn:active {
    transform: scale(0.98);
}
.mv-location-search-section {
    margin-top: 0rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
}

.mv-search-box vaadin-combo-box {
    flex: 1;
    border: none;
    outline: none;
}

.mv-search-box vaadin-combo-box::part(input-field) {
    border: none;
    box-shadow: none;
     background: transparent;
}

.mv-search-btn {
    background: var(--mv-primary-color) !important;
    color: var(--mv-white) !important;
    border: none;
    padding: 0.75rem 1.5rem !important;
    border-radius: 62.4375rem !important;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s;
    white-space: nowrap;
    height:auto !Important;
}

.mv-search-btn:hover {
    background: #d62839 !important;
}


/* Media query for mobile screens less than 600px */
@media (max-width:650px) {
    .workspace {
        padding-top: 6.5rem !important;
    }
   .left-menu-container .left-menu-content {
   		 padding-top: 3.6rem !important;
	}
    .header-center-section{
    	position: absolute !important;
		top: 3.375rem !important;
		width:100%;
		background: #f8f9fa !important;
		z-index:11 ;
		padding: 1rem !important;
    }
}
