/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */


.top_search input.e-search-input{
    padding-top:10px;
    padding-bottom: 10px;
    padding-left: 45px;
    min-height: 40px;
    padding-inline-start: 45px;
}

.top_lang_selector a.wpml-ls-item-toggle{
    background: none;
    color: #004394;
}

.hero_slider .jet-carousel .jet-arrow.next-arrow {
    z-index: 1;
}
.hero_slider .jet-carousel .jet-arrow.prev-arrow {
    z-index: 1;
}

.bread_wrp {
    color:white;
    font-size: 12px;
}
.bread_wrp a {
    color:white;
    font-weight: 600;
    text-decoration: underline;
}

.bread_wrp a:hover {
    color: black;
}

.layered_filter {
    z-index: 1 !important;
}


.listing_prod_img_wrp {
    min-height:250px;
}

.wpml-ls-legacy-dropdown-click a{
    border-color: #004394 !important;
}
