/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.search-form .field-wrapper,
.search-form button[type="submit"]{
	width: 25%;
	padding-right: calc( 10px/2 );
    padding-left: calc( 10px/2 );
    margin-bottom: 10px;
}

.search-form .field-wrapper label{
	display: none;
}

.search-form button[type="submit"]{
	background-color: #004d7e;
	border-radius: 0;
    border: none;
}

.search-form .field-wrapper select{
	border-radius: 0;
}

.search-form .form-fields-wrapper{
	display:flex;
}

.add_to_fa{
	margin-right: auto;
}
.add_to_fa div.tolist{
	background-color: unset;
    border: none;
    padding: 0;
    margin: 0;
    color: var(--e-global-color-secondary );
    padding: 5px 10px;
}
.add_to_fa div.tolist i{
	margin:3px
}

@media screen and (max-width: 769px){
	.search-form .form-fields-wrapper{
		flex-direction: column;
	}
	
	.search-form .field-wrapper,
	.search-form button[type="submit"]{
		width: 100%;
	}
	
/* Ofir */
	.add_to_fa div.tolist{
		padding: 5px 0px;
	}
}

/* Ofir */
#custom-favorite-button{
	font-size: 22px;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap;
}
#custom-favorite-button i{
	color: #00B2BC;
}