/*
 Theme Name:   Flatsome Child
 Template:     flatsome
 Version:      1.0.0
*/

@import url("../flatsome/style.css");

.custom-shop-filters .filter-submit {
    background: #1f3a93; /* navy blue */
    color: white;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}
.custom-shop-filters .filter-submit:hover {
    background: #142a6a;
}
