/**
* Theme Name: Ecolive Child
* Description: This is a child theme of Ecolive, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opal Team</a>
* Template: ecolive
* Version: 1.3.3
*/

.dog-icon {
  background-image: url('https://zooptimal.com/wp-content/uploads/2024/03/chien.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.cat-icon {
  background-image: url('https://zooptimal.com/wp-content/uploads/2024/03/chat.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.hamster-icon {
  background-image: url('https://zooptimal.com/wp-content/uploads/2024/03/hamster.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.mouse-icon {
  background-image: url('https://zooptimal.com/wp-content/uploads/2024/03/souris.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.degu-icon {
  background-image: url('https://zooptimal.com/wp-content/uploads/2024/03/octodon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.rabbit-icon {
  background-image: url('https://zooptimal.com/wp-content/uploads/2024/03/lapin.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.guinea-pig-icon {
  background-image: url('https://zooptimal.com/wp-content/uploads/2024/03/cochon-dinde.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.rat-icon {
  background-image: url('https://zooptimal.com/wp-content/uploads/2024/03/rat.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.gerbille-icon {
  background-image: url('https://zooptimal.com/wp-content/uploads/2024/03/gerbille.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.icon-chinchilla {
  background-image: url('https://zooptimal.com/wp-content/uploads/2024/03/chinchilla.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
}
ul.products li.product .posted-in{
   display: none;
}
ul.products li.product .product-caption-bottom.no-quantity{
	display: none;
}