/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       3.3.5
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   electro-child
*/
@media only screen and (max-width:900px)
.wwp-login-to-see-wholesale-prices{
	padding:12px;
}

button#open-sidebar-popup {
    position: fixed;
    left: 0;
    top: 50%;
    transform: rotate(-90deg);
    position: fixed;
    left: -55px;
    top: 50%;
    z-index: 1046;
    transform: rotate(-90deg);
    color: white;
    border: 1px solid white;
    border-radius: 0 0 10px 10px;
    padding: 20px 15px 5px 15px;
    width: 150px;
	background:#003a79;
}
.sidebar.sidebar-popup-show {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white; /* Sfondo semitrasparente */
    z-index: 9999;
    padding: 20px;
	width: 90%;
		overflow: scroll;
	visibility:visible;
	z-index:9999;
	opacity:1;
	
}
	.overlay-filtri{
	width: 100%;
    position: fixed;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    top: 0;
    z-index: 1001;
	display:none;
	}
	.close-sidebar-popup{
		right:0;
		position:fixed;
		display:none;
		max-width: 10%;
	}