body{    background-color: #ffffff;} #loader-bottle {
    display:none;margin-top: 15%;   
    position: fixed;
    top: 100%;
    left: 60%;
    transform: translate(-50%, -50%);}
.jet-listing-grid__loader, #animation-container {margin-top: 15%;}
.bouteille-non-trouve{display: flex;
    position: fixed;
    top: 60%;
    left: 50%;}
.picto-teille{width:16%;}
.texte-non-trouve{margin-left: 5%;
    display: flex;
    align-items: center;}
::-webkit-scrollbar {
  background-color: #f0F0F0;
  width: 10px;
}::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
}
.jet-smart-filters-checkboxes{backgroundColor:red;}
.jet-smart-filters-search .jet-search-filter__input {
  
    height: 32px;}
 #filtre-pc{transition: transform 0.3s ease-in-out, opacity 2s;opacity: 0;overflow-y: scroll;height: 100vh;}
#filtre-mobile {
  opacity: 0;
  
  transition: opacity 2s; /* Transition de 2 secondes sur l'opacité */
}
  .comptage-bouteille{animation-duration: 3s;
   animation-name: clignoter;
   animation-iteration-count: infinite;
   transition: none;
      width:100%;
       }
       @keyframes clignoter {
  0%   { opacity:0.5; }
  40%   {opacity:0; }
  100% { opacity:0.5; }
}
.filtres-bouteille-mobile {
    display: none;
    position: fixed;
    top: 0px;
  }

  .filtres-bouteille-mobile.visibles {
    display: block;
    transition: all 0.5s ease-in-out;
    animation: fade-in 0.5s ease-in-out; /* Ajouter une animation de fondu */
  }

  @keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
.jet-woo-builder-archive-add-to-cart .button.loading::after {
       font-family: WooCommerce;
    content: "\e01c";
    font-weight: 400;
    position: absolute;
    top: 0.8em;
    margin-left: 10px;
    animation: spin 2s linear infinite;}
.jet-woo-builder-archive-add-to-cart .button.added::after{
  font-family: WooCommerce;
    content: "\e017";
    margin-left: 0.53em;
    vertical-align: bottom;}
   
 

#menu-categorie-border{transition: all 0.5s ease-in-out;box-shadow:0px 5px 10px rgba(0, 0, 0, 0.13);}

button[name="update_cart"] {display:none;}