form.woo_search {
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #f0f0f0;
    border-radius: 10vh;
    padding: 3px 5px;
    background-color: #fff;
    box-shadow: 0 6px 9px #00000017;
}

form.woo_search button.yaw-woo-search-submit {
    display: block;
    padding: 0;
    cursor: pointer;
    background: none;
    align-items: center;
    border: none;
    margin: auto 15px auto auto;
}

form.woo_search button.yaw-woo-search-clear {
    display: block;
    padding: 5px;
    cursor: pointer;
    background: none;
    align-items: center;
    border: none;
}

form.woo_search button.yaw-woo-search-clear {
    display: none;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: auto 6px auto 0;
    border: none;
    border-radius: 999px;
    background: #f3f3f3;
    color: #666;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    padding: 0;
}

form.woo_search button.yaw-woo-search-clear:hover {
    background: #e6e6e6;
    color: #222;
}

form.woo_search .yaw-woo-search-input {
    border: none;
    outline: none;
    width: 100%;
    background-color: #fff;
}

.yaw-woo-search-results {
    background: #fff;
    z-index: 10;
    position: absolute;
    max-height: 425px;
    overflow: auto;
    box-shadow: 0 15px 15px #00000036;
    right: 0;
    left: 0;
    top: 58px;
}

div.yaw-woo-search-bar {
    width: 600px !important;
    max-width: 90% !important;
    position: relative;
}

div.search_result ul a li {
    display: flex;
    margin: 0;
    padding: 0;
    color: #3f3f3f;
    font-weight: bold;
    flex-direction: column;
    justify-content: space-evenly;
}

div.search_result li {
    margin-inline-start: 20px;
    list-style: none;
}

div.search_result ul {
    padding: 18px 0 0 !important;
    list-style: none;
    margin: auto;
}

div.search_result ul a {
    display: grid;
    grid-template-columns: 70px 1fr max-content;
    margin-bottom: 10px;
    gap: 5px;
    padding: 0 9px;
}

div.search_result ul a h5 {
    font-size: 1em;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

div.search_result ul a p.des {
    font-weight: normal;
    font-size: 0.9em;
    color: #676767;
    padding: 0;
    margin: 0;
    line-height: 1.3em;
}

div.search_result ul a span.sku {
    display: block;
    font-weight: normal;
    font-size: 0.85em;
    color: #676767;
    padding: 0 !important;
    margin: 0 !important;
}

div.search_result ul a:hover {
    background-color: #f3f3f3;
}

span.loading {
    display: grid;
    align-items: center;
    visibility: hidden;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.hds-flight-icon--animation-loading {
    -webkit-animation: rotating 1s linear infinite;
}

span.price p {
    padding: 0;
    margin: 0;
}

span.price {
    display: flex;
    margin-inline-end: 5px;
    align-items: center;
    color: #535353;
}

span.price .sale-price {
    justify-content: flex-start;
}

span.price > span {
    display: flex;
    flex-direction: column-reverse;
}

div.search_result a {
    text-decoration: none;
}

ul.cat_ul.woo_bar_el {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

a.cat_a.woo_bar_el {
    display: block;
    color: #5a5a5a;
    padding: 2px 8px;
    border-radius: 10vh;
    border: 1px solid #5a5a5a;
}

a.cat_a.woo_bar_el:hover {
    background-color: #5a5a5a;
    color: #fff;
}

p.search_title {
    margin: 10px 10px 0 8px;
    line-height: normal;
    color: #676767;
    font-size: 0.9em;
    font-weight: normal;
    padding: 0;
}

hr.search_title {
    background-color: #cccccc;
    margin: 2px 8px 0;
}

.woo_bar_el bdi {
    font-size: 1rem;
}

.show_all.woo_bar_el {
    text-align: center;
    background: #fff;
    width: 100%;
    padding: 5px;
    color: #666464;
    cursor: pointer;
    font-size: 0.95em;
    border: none;
}
