/*
 Theme Name:   Foodano Child
 Theme URI:    https://themeforest.vecuro.com/wordpress/foodano/
 Description:  This is a child theme for Foodano WordPress Theme
 Author:       Vecurosoft
 Template:     foodano
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  foodano-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

/* WŁASNE IKONY - ZASTĄPIENIE FLATICON */

/* Ikona oliwy */
.flaticon-oil:before,
.flaticon-olive-oil:before {
    content: "";
    background-image: url('https://portomarket.pl/wp-content/uploads/2025/07/oliwa.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 0;
}

/* Ikona past z oliwek */
.flaticon-paste:before,
.flaticon-sauce:before,
.flaticon-spread:before {
    content: "";
    background-image: url('https://portomarket.pl/wp-content/uploads/2025/07/pasta.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 0;
}

/* Ikona zalew */
.flaticon-jar:before,
.flaticon-pickle:before,
.flaticon-vegetable:before {
    content: "";
    background-image: url('https://portomarket.grupalucrum.pl/wp-content/uploads/2025/06/zalewa.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 0;
}

/* Ikona produktów regionalnych */
.flaticon-food:before,
.flaticon-restaurant:before {
    content: "";
    background-image: url('https://portomarket.grupalucrum.pl/wp-content/uploads/2025/06/region.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 0;
}

/* Ikona prezentów */
.flaticon-gift:before,
.flaticon-present:before {
    content: "";
    background-image: url('https://portomarket.grupalucrum.pl/wp-content/uploads/2025/06/prezent.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 0;
}

.flaticon-oil:before,
.flaticon-olive-oil:before,
.flaticon-paste:before,
.flaticon-sauce:before,
.flaticon-spread:before,
.flaticon-jar:before,
.flaticon-pickle:before,
.flaticon-vegetable:before,
.flaticon-food:before,
.flaticon-restaurant:before,
.flaticon-gift:before,
.flaticon-present:before {
    content: "";
    background-size: contain !important;
    background-repeat: no-repeat !important;
    display: inline-block !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 0 !important;
    transition: all 0.3s ease;
}

/* Hover effect - kolor czerwony */
.flaticon-oil:hover:before,
.flaticon-olive-oil:hover:before,
.flaticon-paste:hover:before,
.flaticon-sauce:hover:before,
.flaticon-spread:hover:before,
.flaticon-jar:hover:before,
.flaticon-pickle:hover:before,
.flaticon-vegetable:hover:before,
.flaticon-food:hover:before,
.flaticon-restaurant:hover:before,
.flaticon-gift:hover:before,
.flaticon-present:hover:before {
    filter: brightness(0) saturate(100%) invert(15%) sepia(89%) saturate(7491%) hue-rotate(356deg) brightness(91%) contrast(111%);
}

/* Konkretne ikony */
.flaticon-oil:before,
.flaticon-olive-oil:before {
    background-image: url('https://portomarket.pl/wp-content/uploads/2025/07/oliwa.png') !important;
}

.flaticon-paste:before,
.flaticon-sauce:before,
.flaticon-spread:before {
    background-image: url('https://portomarket.pl/wp-content/uploads/2025/07/pasta.png') !important;
}

.flaticon-jar:before,
.flaticon-pickle:before,
.flaticon-vegetable:before {
    background-image: url('https://portomarket.grupalucrum.pl/wp-content/uploads/2025/06/zalewa.png') !important;
}

.flaticon-food:before,
.flaticon-restaurant:before {
    background-image: url('https://portomarket.grupalucrum.pl/wp-content/uploads/2025/06/region.png') !important;
}

.flaticon-gift:before,
.flaticon-present:before {
    background-image: url('https://portomarket.grupalucrum.pl/wp-content/uploads/2025/06/prezent.png') !important;
}