body.wpsl_stores-template-default {
    background-color:#8eddd4;
}
#wpsl-search-btn,
#wpsl-search-wrap input {
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight:bold;
}

#wpsl-search-wrap {
    display:flex;
    justify-content: center;
}
#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap,
#wpsl-search-btn, #wpsl-search-wrap #wpsl-radius, #wpsl-search-wrap #wpsl-results, #wpsl-search-wrap .wpsl-input input, #wpsl-search-wrap .wpsl-input label {
    display:flex;
    align-items:center;
}
.wpsl-search {
    background: transparent;
}
#wpsl-result-list a {
    color:#000;
    transition: all .3s ease-in-out;
}
#wpsl-result-list a:hover {
    color:#fff;
}

div.wpsl_stores .post-header,
div.wpsl_stores .author-box {
    display:none !important;
}
