/*
Theme Name: generatepress-child
Description: Child theme of the GeneratePress theme with custom design integration.
Author: Crayotech Business Solutions
Author URI: https://www.crayotech.com/india/
Template: generatepress
Version: 1.0
*/

/* Import the parent theme's styles */
@import url('../generatepress/style.css');

/* Hide "View Cart" link in product grid after add to cart */
.favorit-items a.added_to_cart {
    display: none !important;
}