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

.marker-cyan li::marker {
    color: #009FDF;
}

.cookie-choses .borlabs-cookie-open-dialog-preferences{
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookie-choses .borlabs-cookie-open-dialog-preferences a{
    text-decoration: underline;
    text-transform: uppercase;
}

.cookie-choses .borlabs-cookie-open-dialog-preferences a:hover{
    color: #009FDF;
}

@media screen and (max-width: 768px) {
    .cookie-choses .borlabs-cookie-open-dialog-preferences a{
        padding: 0;
        text-decoration: none;
    }
}

.menu-item.wpml-ls-item a .sub-arrow svg{
    fill: #fff;
}

.search.search-results h1.entry-title{
    font-size: 28px;
}

.search.search-results h2.entry-title{
    font-size: 24px;
}

.search.search-results .page-content .post a img{
    max-width: 250px;
}

/* Fix for Filter Dropdown on Product Categorie Site */
.yith-wcan-filters .yith-wcan-filter.select-design .yith-wcan-dropdown.open .dropdown-wrapper .matching-items.filter-items .filter-item.select{
    display: block;
}