/* 
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 */

.wpml-ls-legacy-list {
    display: none; /* Hides the message by default */
}

.wpml-ls-legacy-list:has(.wpml-ls-link:not(.hidden)) {
    display: block; /* Shows the message if translations exist */
}

select.facetwp-dropdown {
   /*  opacity: 0 !important; */
}

.nice-select.facetwp-dropdown {
    border-color: #2275CF;
    color: #2275CF;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    height: 42px;
    display: flex;
    align-items: center;
}

.nice-select-dropdown {
    width: 350px !important;
}

.nice-select.facetwp-dropdown:hover  {
  border-color: #2275CF;
  background-color: #2275CF;
  outline: none;
  color: #fff;
  transition: all .3s;
}

.nice-select-dropdown {
    background-color: #2275CF !important;
    color: #fff;
    border-radius: 0 !important;
}

.nice-select.facetwp-dropdown .option {
    border-radius: 0;
}

.nice-select.facetwp-dropdown .option:hover, .nice-select.facetwp-dropdown .option.focus {
     background-color: #0d54a2 !important;
}

.nice-select:after {
    border-color: #2275CF !important;
    margin-top: -7px !important;
    height: 8px !important;
    width: 8px !important;
}

.nice-select:hover::after {
    border-color: #fff !important;
}