
.headerright {
            position: fixed;
            background: #fff;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100vh;
            z-index: 9;
            padding: 40px;
            padding-top: 60px;
        }

            .headerright .sb-search.essearchRight {
                background-color: #fff;
                position: relative;
                float: none;
                display: inline-block;
                left: auto;
                top: auto;
                width: 100% !important;
                box-shadow: 0px 2px 37px rgba(0, 0, 0, 0.12);
                border-radius: 13px;
                height: auto !important;
            }

        .select-wrapper {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .sb-search-input {
            position: relative;
        }

       #esCategory {
            width: auto !important;
            color: #1A2755 !important;
            font-weight: bold;
			margin-bottom: 0px;
        }

        .sb-icon-search, .sb-search-submit {
            top: 6px !important;
			bottom: auto !important;
			right: 7px !important;
			background: var(--secondarycolor);
			border-radius: 5px;
			width: 30px;
			position: relative;
			height: 30px !important;
			border: none;
        }

        #esQuery::-moz-placeholder {
            color: rgba(0, 0, 0, 0.31);
        }

        #esQuery:-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.31);
        }

        #esQuery::-webkit-input-placeholder {
            color: rgba(0, 0, 0, 0.31);
        }

        .sb-search-open .sb-search-input {
            width: 100% !important;
        }

        .esAutoSuggest.ui-widget-content {
            top: 100% !important;
            width: 100% !important;
            margin-top: 0px !important;
        }
        .menu-details {
            margin-right: 15px;
        }
        .navbar-menu .logo{
            max-width: calc(100% - 150px);
        }       
        #esCategory {
            width: auto;
            border: none;
            box-shadow:none !important;
            font-weight: bold;
        }
        #esQuery {
			width: calc(100% - 40px) !important;
			border: none;
			padding: 10px;
			float: left;
			border-radius: 13px;
			background: var(--white);
        }
        .suggestion-list-wrapper {
            text-align: left;
        }
        .sb-search-submit {
            background-image: url("https://static.fibre2fashion.com/staticresources/mobile/images/search-arrow.png");
            background-repeat: no-repeat;
            background-position:center;
			opacity:1 !important;
			z-index:1;
			display: inline;
        }
        .close-icon-wrapper {
            text-align: right;
            position: absolute;
            right: 20px;
            bottom: calc(100% - 40px);
        }
        .suggestion-list-wrapper {
            position:relative;
        }
        .esAutoSuggest.ui-widget-content, #f2fAutoSearching, #localStorageData {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100% !important;
            max-height: 300px;
            margin: 0px !important;
            overflow: auto;
            border: 1px solid rgba(0,0,0,0.1);
            border-radius: 5px;
            background: #ffffff !important;
			padding: 0px  !important;
        }
        .esAutoSuggest.ui-widget-content li a, #f2fAutoSearching li a, #localStorageData li a{
              display: block;
              padding:8px 10px;
              height: auto !important;
              color: var(--primerycolor) !important;
              font-size: 14px !important;
         }
		  .esAutoSuggest.ui-widget-content li > a, #f2fAutoSearching li > a, #localStorageData li > a{
			  width:100% !important;
			  color: var(--primerycolor) !important;
		  }
        .headerright .esAutoSuggest.ui-widget-content li, #f2fAutoSearching li, #localStorageData li{
            border-bottom: 1px solid rgba(0,0,0,0.1);
            display: flex;
            width: 100%;
            padding:0px 10px 0px 0px !important;
            line-height: inherit !important;
            align-items: center;
        }
        .esAutoSuggest.ui-widget-content li > div:first-child, #f2fAutoSearching li > div:first-child, #localStorageData li > div:first-child {
            width: calc(100% - 100px) !important;
			max-width: 180px;
			font-size: 14px;
        }
        .headerright #f2fAutoSearching{
            padding:10px !important;
        }
        .hide-auto{
            overflow: hidden !important;
        }
        .f2fsection {
            font-size: 12px;
			position: absolute;
			right: 12px;
			width: 100px;
			text-align: right;
        }
@media only screen and (min-width: 645px) {
.sb-icon-search { top: -13px; }
.no-js .sb-search, .sb-search.sb-search-open .sb-icon-search{top: -4px; right:10px !important;}
.sb-search.sb-search-open { width: 100% !important;}
.card-image img {max-height: 370px; min-height:270px;}
}
.opened-search.header{
	position: fixed !important;
	width:100%;
}
#esCategory, #esQuery{
	visibility:visible !important;
}