.search-collection-contain {
    position: relative;
    right: 0px;
    background: #fff;
    width: 100%;
    height: 44px;
    z-index: 800;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    border-radius: 6px;
}
.search-button {
    justify-content: flex-end ! Important;
}
.search-button {
    height: 44px;
    display: flex
;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 800;
}
img.search-icon {
    height: 15px;
    margin-right: 19px;
    padding-left: 24px;
    opacity: 0.6;
}
.search-icon {
    display: block;
}
.search-close {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 800;
    cursor: pointer;
    opacity: 0.5;
}
.search-close-icon {
    width: 16px;
    margin-right: 19px;
    opacity: 0;
    animation: fadeIn 1s ease-out forwards;
}
.collection-title-tag {
    align-items: center;
    background: #f0eeed;
    border: 1px solid #e9e9e9;
    padding: 1px 20px 1px 9px;
    border-radius: 6px;
    color: #142161 !important;
    z-index: 999;
    position: relative;
    /* min-width: 100%; */
    font-size: 0.85em;
    cursor: pointer;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    max-width: 150px !important;
    transition: all 0.2s;
    margin: 0;
    font-weight: 500;
}
.right-nav-menu-search {
    display: inline-flex
;
    position: absolute;
    right: 0;
    width: 48px;
    height: 44px;
    overflow: hidden;
    z-index: 999;
    border-radius: 6px;
    transition: all 0.15s;
}
.collection-title-tag span {
    display: block;
    width: 100%;
    padding-right: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    padding-right: 1px;
}
.tag-close {
    width: 12px;
    height: 12px;
    display: inline;
    border-radius: 100px;
    background: white;
    padding: 3px;
    margin-left: 6px;
    margin-top: 0px;
    position: absolute;
    right: 4px;
}
.search {
    display: block;
    position: relative;
    width: 100%;
}
form {
    margin: 0;
}
.ui-autocomplete-input {
    outline: 0;
    background: #fff;
    width: 100%;
    height: 44px;
    text-align: left;
    font-weight: 500;
    font-size: 0.95em;
    padding-left: 0px;
    text-align: left;
    float: left;
    width: 100%;
    border: 0 !important;
    padding-right: 56px;
    padding-left: 12px;
    text-overflow: ellipsis;
    border-radius: 6px;
}
.search-close img {
    cursor: pointer;
}
.search-open {
    width: calc(100% - 48px) ! Important;
}
.collection-title-tag {
    display: none !important;
}
@media only screen and (max-width: 768px) {
    .search-button {
        right: 0 !important;
        z-index: 800;
    }
    img.search-icon {
        margin-right: 6px ! Important;
    }
    .search-button {
        padding-right: 14px;
    }
    .search-close {
        right: 12px !important;
        width: 48px !important;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        user-select: none;
    }
    .search-close-icon {
        margin-right: 8px !important;
    }
    .right-nav-menu-search {
        width: calc(100% - 48px) ! Important;
    }
}
@media only screen and (max-width: 780px) {
    .search {
        width: 90%;
        margin: 0 auto;
    }
}