/*!
Theme Name: Outgrid Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: outgrid
Version: 1.0.0
Text Domain: outgrid
*/

 /* Add your custom style here */

.e-fas-heart {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
	animation: beat .25s infinite alternate;
}

@keyframes beat {
  100% {
    transform: scale(1.6);
  }
}

.price {
	color: #000000 !important;
}