/* 
Theme Name: SoundBoutique
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: soundboutique
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 */
.elementor-menu-toggle{
	padding: 13px 15px!important;
}

.risultato-ricerca-ajax .box-immagine a{
	height:100%;
}

.select2-container .select2-selection--single{
	height: auto!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 50%!important;
	transform: translateY(-50%);
}

.price_slider_amount .price_label{
	display:inline-block!important;
}

.square-img-wrapper {
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
}

.square-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.square-img-wrapper a{
	height:100%;
}

.elementor-widget-woocommerce-product-images .onsale{
	display:none!important;
}

.elementor-location-header *:not(.menu-item) a,
.elementor-location-footer *:not(.menu-item) a{
	color: var(--e-global-color-primary);
}
.elementor-location-header *:not(.menu-item) a:hover,
.elementor-location-footer *:not(.menu-item) a:hover{
	color: #FFF;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
   background-color: var(--e-global-color-primary);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	 background-color: rgba(0, 0, 0, .5);
}

.wc-block-cart__submit-container .wc-block-components-button__text{
	color: #FFFFFF;
}


.alignwide {
    margin-inline: 0px!important;
}


.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins{
	text-decoration: none!important;
}