.header-search-advanced {
    position: relative
}

.header-search-advanced form.search-form {
    position: relative;
    border: 1px solid var(--global-gray-400);
    background-color: var(--global-palette8);
    border-radius: 4px
}

.header-search-advanced form.search-form.woocommerce-product-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-search-advanced form.search-form:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none
}

.header-search-advanced form.search-form .search-category-field {
    position: relative
}

.header-search-advanced form.search-form .search-category-field .search-select {
    font-size: 15px;
    line-height: 33px;
    border: none;
    border-color: transparent;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    min-height: 41px;
    outline: none;
    padding: 3px 25px 3px 15px;
    width: 167px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    background-size: 21px;
    background-position: right 10px top 55%
}

.header-search-advanced form.search-form .search-category-field:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--global-gray-400)
}

.header-search-advanced form.search-form .search-field {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none!important;
    border-color: transparent!important;
    background-color: transparent!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    padding-left: 15px;
    padding-right: 60px;
    x}

.header-search-advanced form.search-form .search-btn-icon {
    line-height: 0;
    display: block
}

.header-search-advanced form.search-form .search-submit {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px
}

.header-search-advanced form.search-form .base-search-icon-wrap {
    display: none
}

.header-search-advanced .search-results {
    background-color: var(--global-palette9);
    width: 100%;
    top: calc(100% + 2px)!important;
    border: none;
    padding: 0;
    max-height: 400px;
    overflow: auto
}

.header-search-advanced .search-results .search-data {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

.header-search-advanced .tmc-suggestion.tmc-selectable {
    cursor: pointer
}

.header-search-advanced .tmc-suggestion:nth-child(odd) {
    clear: both
}

.header-search-advanced .tmc-suggestion {
    width: 100%;
    float: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #494949;
    border-right: 1px solid #353535;
}

.header-search-advanced .tmc-suggestion .tmc-product-search-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.header-search-advanced .tmc-suggestion .tmc-product-search-item .tmc-product-search-image {
    vertical-align: middle;
    width: 100%;
    max-width: 80px
}

.header-search-advanced .tmc-suggestion .tmc-product-search-item .tmc-product-search-image img {
    display: block;
    width: 80px
}

.header-search-advanced .tmc-suggestion .tmc-product-search-item .tmc-product-search-item-content {
    vertical-align: middle;
    padding: 0 0 0 10px;
    text-align: left
}

.header-search-advanced .tmc-suggestion .tmc-product-search-item .tmc-product-search-item-content .tmc-product-search-item-cat {
    font-size: 11px;
    color: #ffffff;
}

.header-search-advanced .tmc-suggestion .tmc-product-search-item .tmc-product-search-item-content .tmc-product-search-title {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #ef0000;
    font-size: 12px
}

.header-search-advanced .tmc-suggestion .tmc-product-search-item .tmc-product-search-item-content .tmc-product-search-price {
    line-height: 1;
    margin: 0;
    color: var(--global-palette3);
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-search-advanced .tmc-suggestion .tmc-product-search-item .tmc-product-search-item-content .tmc-product-search-price del {
    color: var(--global-palette4);
    opacity: 0.5;
    margin: 0 0 0 3px
}
