/*

Theme Name: Ccity Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by CyberCity 

Author: CyberCity

Author URI: https://cybercity.co.il/

Template: hello-elementor

Version: 1.0.1

Text Domain: cybercity-hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

/* */
@import url("../hello-elementor/style.css");

 

.filter-form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    flex-direction: column;
}

.filter-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.filter-row .selectWrap {
    border: 1px solid var(--e-global-color-bbc82f1);
    border-radius: 0;
    width: 300px;
    color: var(--e-global-color-bbc82f1);
    padding: 10px;
}
.filter-row select {
    border: unset;
    color: var(--e-global-color-bbc82f1);
    font-family: "RAGSansHeb", Sans-serif;
    font-size: 20px;
    border-radius: 0;
    font-weight: 600;
    padding: 0;
}

.filter-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-buttons button,
.filter-buttons a {
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
}

.filter-buttons button:hover,
.filter-buttons a:hover {
    font-weight: 600;
}

@media (max-width: 767px) {
    .filter-row .selectWrap {
        width: 200px;
    }
}