/*
Theme Name: Foie Gras Labacanne Elementor
Theme URI: https://foie-gras-lacabanne.com/
Description: Foie Gras Lacabanne Elementor IRCF
Author: IRCF
Author URI: https://ircf.fr/
Template: hello-elementor
Version: 1.0
Text Domain: foie-gras-lacabanne-elementor
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

.ircf-woo-notifications {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  background-color: white;
  border: solid green;
  border-width: 3px 0px 0px 0px;
  border-radius: 0px 0px 10px 10px; 
  border-bottom: solid 1px #d5d8dc !important;
  border-right: solid 1px #d5d8dc !important;
  border-left: solid 1px #d5d8dc !important;
}

.ircf-fresh-product-badge {
  padding: 10px;
  border-radius: 5px;
  background-color: green;
  color: white;
  width: fit-content;
  font-weight: 600;
  font-width: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.mdi-food-variant {
  color: white !important;
  font-size: 20px !important;
}