/*
Theme Name: Petmania Child
Author: VamTam
Version: 1.1
Author URI: https://vamtam.com
Template: vamtam-petmania
*/



/*

put your child theme styles here


you don't need any @import rules

*/
.addonify-qvm-button { margin: 0; top: 5px; right: 5px}
.elementor-widget-woocommerce-products.vamtam-has-theme-widget-styles ul.products li.product:not(.product-category) .vamtam-product-content .woocommerce-loop-product__title:hover {
	text-decoration: none;
}
body.admin-bar .elementor-widget-woocommerce-menu-cart.vamtam-has-theme-widget-styles .elementor-menu-cart__container {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
	transition: opacity 0.3s ease, visibility 0.3s ease;
}