/*
Theme Name: Ecomus Child
Theme URI: https://wpecomus.com/
Author: DrFuri
Author URI: http://drfuri.com/
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecomus
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: ecomus
*/
.indent .sub-menu {
margin-left: 20px !important;
  background-color: #f2f2f2 !important;
  line-height: 14px !important;
}
.displayNone {
    display: none !important;
}

@keyframes pop {
  0%   { transform: scale(1); border-width: 1px; }
  50%  { transform: scale(1.3);  border-width: 2px;}   /* piccolo “salto” */
  100% { transform: scale(1);  border-width: 1px;}
}

/* Classe da aggiungere al bottone quando vuoi farlo saltare */
.catalog-toolbar__filter-button {
  animation-name: pop;
  animation-duration: .5s;      /* durata di un singolo “salto” */
  animation-timing-function: ease-in-out;
  animation-iteration-count: 3;   /* ripeti 3 volte */
  animation-fill-mode:both;  /* mantieni l’ultimo stato se vuoi */
}

.ecomus-rating {
    display: none !important;
}