.headerSeearchBarBox {
    position: relative;
    top: -100px;
    transition: all ease-in-out 0.5s;
    padding-right: 8px;
}

.headerSeearchBarBox.top-0 {
    top: 0px;
}

.headerSearchDiv.searchDiv {
   /* background: var(--header-search-bg) !important; */
    border-radius: 0px;
    opacity: 1;
    padding: 0 0 0 17px;
    flex-grow: 4;
    border: 1px solid var(--link-color2)!important; 
    min-width: 560px;
    box-shadow: none !important;
    border-radius: 100px;
     height: 46px;
     position: relative;
}

.headerSearchDiv.searchDiv .input-group-prepend {
    line-height: 38px;
    position: relative;
}

.headerSearchDiv.searchDiv .input-group-prepend::after {
    content: '';
    background-color: var(--header-searchbar-border);
    width: 1px;
    height: 38px;
    position: absolute;
    top: 3.5px;
    right: 0px;
}

.headerSearchDiv.searchDiv .input-group-text,
.headerSearchDiv.searchDiv .input-group-text a {
    font-size: 0.75rem;
    color: var(--tile-title-color);
    background-color: transparent;
    border: inherit;
    line-height: 38px;
    padding: 0 .75rem 0 0;
     height: 46px;
}

.headerSearchDiv.searchDiv .product-category-dropdown {
    line-height: 38px;
}

.headerSearchDiv.searchDiv .product-category-dropdown>li.show {
    background: var(--search-color);
    color: var(--tile-title-color) !important;
}

.headerSearchDiv.searchDiv .product-category-dropdown>li.show>a {
    color: var(--tile-title-color) !important;
}

.headerSearchDiv.searchDiv .product-category-dropdown li.show {
    background: transparent !important;
}

.headerSearchDiv.searchDiv .navbar-nav .nav-link span i {
    font-size: 18px;
}

.headerSearchDiv.searchDiv span.dropdown-toggle {
    position: relative;

}

.headerSearchDiv.searchDiv .input-group-text .product-category-dropdown .nav-link {
    color: var(--tile-title-color) !important;
    height: 38px;
    padding: 0 !important;
    text-align: left;
}

.headerSearchDiv.searchDiv .input-group-text .product-category-dropdown .nav-link span {
    display: inline-block;
    max-width: 100px;
    min-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 38px;
    max-height: 38px;
    font-size:14px;
}

.headerSearchDiv.searchDiv .input-group-text .dropdown-toggle:after {
    vertical-align: middle;
    content: "";
    width: 12px;
    height: 5px;
    background-image: url(/static/assets/images/new_buyer/dropdown-arrow-black.svg);
    background-repeat: no-repeat;
    background-size: 9px;
    border: 0;
    font-family: 'FontAwesome';
    font-size: 13px;
    right: 0;
    top: 16px;
    line-height: 38px;
    position: absolute;
}

.headerSearchDiv.searchDiv .dropdown-menu.multi-level {
    overflow-y: auto;
    max-height: 450px;
    z-index: 999999;
    left: -17px !important;
    border-radius: 0 !important;
    top: 2px !important;
  
    border-top: 0 !important;
    min-width: 98px !important;
    margin-top: 2px;
}
.headerSearchDiv.searchDiv .dropdown-menu.multi-level li:first-child{
    padding-top: 8px;
    padding-bottom: 8px;
}

.headerSearchDiv.searchDiv .dropdown-menu span {
    display: block;
    width: 100%;
    padding: 0.3rem 10px 0.3rem 10px !important;
    white-space: nowrap;
    line-height: 20px !important;
    font-size: 14px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    color: var(--tile-title-color);
}

.headerSearchDiv.searchDiv .input-group-append {
    background: transparent !important;
    color: white !important;
    margin-bottom: 0px !important;
    margin-right: -1px !important;
    margin-top:3px;
}

.headerSearchDiv.searchDiv button {
    color: white !important;
    cursor: pointer;
    height: 38px !important;
    width: 104px !important;
    margin-right: 4px!important;

}

.headerSearchDiv.searchDiv .form-control {
    height: 46px !important;
    line-height: 30px !important;
    padding: 0 5px 0 0px !important;
    border: 0 !important;
    background: transparent !important;
}

.headerSearchDiv.searchDiv .form-control::placeholder {
    color: var(--search-box-placeholder-color);
  }

.suggestion-result {
    position: absolute !important;
    top: 0px !important;
    padding: 0px;
    padding-top:45px;
    background: white;
    z-index: -1;
    right: 0px;
    left: 81px;
    max-height: 305px;
    overflow-y: auto;
    border: 0;
    border-left: 1px solid var(--link-color2);
    border-bottom: 1px solid var(--link-color2);
    border-right: 1px solid var(--link-color2);
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}


.suggestion-result::-webkit-scrollbar {
    width: 7px;
}

.suggestion-result::-webkit-scrollbar-track {
    background: white;
    margin-bottom: 25px;
    margin-top: 45px;
}

.suggestion-result::-webkit-scrollbar-thumb {
    background-color: var(--dropdown-scrollbar-thumb-bg);
    border-radius: 6px;
}

.suggestion-result .buyesearchlist-web {
    font-size: 14px !important;
    font-weight: 400;
    width: 100%;
    text-align: left;
    list-style-type: none;
    margin-bottom: 0px;
    padding: 15px;
    line-height: 12px;
    color: var(--headings-txt-color) !important;
    cursor: pointer;
}

.suggestion-result .buyesearchlist-web:hover {
    background: var(--search-list-bg) !important;
    text-decoration: none !important;
}

/* Start All Media Queries */

@media screen and (min-width: 1200px) and (max-width:1280px) {
    .headerSeearchBarBox {
        padding-right: 0px;
    }

    .headerSearchDiv.searchDiv {
        min-width: 460px;
    }

   
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .headerSeearchBarBox {
        padding-right: 0px;
    }

    .headerSearchDiv.searchDiv {
        min-width: 260px;
    }


    .suggestion-result .buyesearchlist-web {
        font-weight: 400;
        width: 100%;
        text-align: left;
        list-style-type: none;
        margin-bottom: 0px;
        padding: 15px;
        line-height: 12px;
        color: var(--headings-txt-color) !important;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width:991px) {

    .headerSeearchBarBox,
    .headerSeearchBarBox.top-0 {
        padding-right: 0;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .headerSearchDiv.searchDiv {
        min-width: 220px;
    }

    .headerSearchDiv.searchDiv .form-control {
        padding: 0 0 0 0 !important;
        height: 30px !important;
        line-height: 22px !important;
        font-size: 12px;
    }

    .headerSearchDiv.searchDiv button {
        height: 40px !important;
        line-height: 24px !important;
		width: 78px!important;
		font-size:14px;
    }

    .headerSearchDiv.searchDiv button img {
        width: 14px !important;
        height: 14px !important;
    }
    .forsrch-height{
        height: 50px;
    }
    .headerSearchDiv .forsrch-height{
        height: 46px;
    }
}

@media screen and (min-width: 560px) and (max-width: 767px) {}


@media screen and (max-width:767px) {

    .headerSearchDiv.searchDiv .form-control {
        padding: 0 0 0 0 !important;
        font-size:12px;
    }
}

@media screen and (min-width:768px) and (max-width: 991px){
    .headerSearchDiv.searchDiv{
        width: auto;
        max-width: auto;
    }

}
.z-index-searchbar{
    z-index: 1040;
}