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

/*HEADER*/
header .elementor-sticky {background-color: rgba(0,0,0,0) !important;}
header .elementor-sticky--effects {background-color: #000 !important;}


/*SINGLE LOOP*/
.single-loop-price p {color: #7A7A7A;}

/*ARCHIVIO SIDEBAR*/
.woocommerce-ordering {width: 100%;}
.orderby,
select.woocommerce-widget-layered-nav-dropdown {
    background-color: #000;
    color: #fff;
    border: 1px solid #383838;
    padding: 10px 20px 10px 10px;
    border-radius: 5px;
    width: 100%;
}

.orderby:focus,
.woocommerce-widget-layered-nav-dropdown select:focus {
    outline: none !important;
    box-shadow: none !important;
}

.custom-brand-menu a {
	color: #fff;
}

.custom-brand-menu button {
	color: #fff;
}

.custom-brand-menu button {
    padding: 2px 8px;
}

.custom-brand-menu button:focus {
    background-color: transparent;
}

.custom-brand-menu button:hover,
.custom-brand-menu .open button {
    background-color: #383838 !important;
    padding: 2px 8px;
}


.widget_price_filter .price_label {color: #ffffff;}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #383838 !important;
    height: 1px !important;
    margin-bottom: 30px !important;
    margin-top: 15px !important;
}

.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #fff !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff !important;
    top: -7px;
}

/*SELECT SU ARCHIVHIO*/
.select2-container--default .select2-selection--single {
    background: #000 !important;
    border: 1px solid #333 !important;
    border-radius: 6px !important;
    color: #fff !important;
    height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    line-height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent !important;
}

.select2-dropdown {
    background: #111 !important;
    border: 1px solid #333 !important;
}

.select2-results__option {
    color: #fff !important;
}

.select2-results__option--highlighted {
    background: #222 !important;
}
.widget_layered_nav_filters h5 {color: #fff !important;}

