/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*//* search and filter */.cl-template .cl-element-section {	display: flex !important;	flex-wrap: wrap !important;	align-items: center !important;}.cl-element-taxonomy__term,.cl-element-published_date .cl-element__container {	font-family: 'IBM Plex Mono' !important;	font-size: 12px !important;}.cl-template .cl-element-section h3 a.cl-element-title__anchor {	font-family: 'Merryweather' !important;}.cl-template .cl-element-section h3 {	width: -webkit-fill-available;}#search-filter-form-5503 ul {	display: inline-flex !important;	flex-wrap: wrap;	padding-left: 0px !important;}#search-filter-form-5503 ul li .sf-input-radio {	display: none !important;}#search-filter-form-5503 li.sf-field-category {	color: var(--h5_typography-color) !important;	font-weight: normal;}#search-filter-form-5503 li.sf-option-active {	font-weight: bold !important;}#search-filter-form-5503 ul li ul {	border-bottom: 1px solid var(--awb-color7);}

/* rimuove la possibilità di aggiungere più di un prodotto al carrello */
.quantity.buttons_added,
.wc-block-components-quantity-selector {
    display: none !important;
}

