/* 
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 */
.elementor-widget-woocommerce-archive-description .elementor-widget-container{
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.term-description{
	display:none;
}
.term-description-custom{
	width:75%;
	padding: 0 20px;
}

.side-filter .elementor-widget-woocommerce-archive-description .elementor-widget-container{
	display:block;
	grid-template-columns:100%;
}
/*STILE PER SIDE CATEGORY*/
.side-filter .term-description , .side-filter .term-description-custom , .side-filter .title_cat_custom{
	display:none;
}
.side-filter .category-image-wrap{
	width:100% !important;
	display:none;
}
.descrizione_sotto .img_cat_custom{
	display:none;
}
@media screen and (max-width: 767px) {
	.img_cat_custom{
		display:none;
	}
	.category-image-wrap , .term-description-custom{
		width:100% !important;
	}
	.elementor-widget-woocommerce-archive-description .elementor-widget-container{
		justify-content: center;
	}
}
/*STILE PER TITOLO CATEGORY*/
.title_cat_custom{
	width:100%;
	background-color: var(--e-global-color-de2bdb4);
	margin: 0px 0px 20px 0px;
    padding: 5px 0px 10px 15px;
}
.title_cat_custom h2{
	color: var(--e-global-color-2e7e23e);
    font-family: "Kefir", Sans-serif;
    font-weight: 600;
	margin:0px;
}
.category-image-wrap{
	width:25%;
}
.term-description{
	width:66.66%;
}

/***STILE FILTRI***/
.elementor-shortcode ul {
	padding:0px;
}
.elementor-shortcode ul li label{
	width:100%;
}
.elementor-shortcode .sf-field-submit{
	display:flex;
	justify-content: center;
}
.elementor-shortcode ul li input[type="submit"]{
	color: #fff;
    border-color: #67764c;
    background-color: #67764c;
	border-radius:0px;
}
.elementor-shortcode ul li label select{
	border-radius: 0px;
}
.wpfFilterButtons{
	display: flex;
    justify-content: center;
	border-radius: 0;
}
.wpfFilterButton.wpfButton{
	width: 38% !important;
	min-height: 35px !important;
	background-color: #67764c !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 10px 5px !important;
	font-size: 14px !important;
	margin: 0px !important;
}
.wpfFilterWrapper{
	margin-top:-15px !important;
	margin-bottom:-5px !important;
}
.wpfPreview.wpfPreviewLoader{
	display: none !important;
}