/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 05 2024 | 13:18:28 */
.searchandfilter ul {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.searchandfilter ul li {
    list-style: none;
    display: block;
    padding: 10px 10px;
    margin: 0;
}

[type=button], [type=submit], button {
	color: #fff;
	border: none;
}