.oxy-search-form input:nth-of-type(1) {
    width: 80%;
}
.oxy-search-form input:nth-of-type(2) {
    display: none;
}
.searchwp-live-search-result,
.search-result-tags {
    display: flex;
}
.searchwp-live-search-result {
    position: relative;
    padding:1em;
    border-bottom: solid 1px #eee;
    display:flex;
    align-items:center;
    color: #1e1e1e;
}
.searchwp-live-search-result:hover {
    background: #fbfbfb;
}

.search-thumbnail {
    margin-right: 1rem;
    width: 50px;
    height:50px;
}
.searchwp-live-search-results-showing {
    padding: 0;
}
.searchwp-live-search-result a.search-result-title {
    white-space: break-spaces;
}
.search-thumbnail img {
    height: auto;
    max-width: 100%;
}
.product-price {
    display:flex;
    margin-left: auto;
    margin-right: 1em;
}
.searchwp-live-search-result p {
    border: none !important;
}
.tct-add-to-cart-button {
    background: rgb(249, 32, 32);
    padding: 0.5rem;
    border: none;
    border-radius: 0.6rem;
    color: white;
    cursor: pointer;
}