/*
Theme Name: Farmas
Theme URI: http://farmas.bravisthemes.com/
Author: Bravis-Themes
Author URI: https://themeforest.net/user/bravis-themes/
Description: Farmas is a large Organic Food, Grocery, Supermarket, Plants store, Butcher & Garden WordPress Theme created especially for supermarket and food organic stores Business. It is very easy to use. We analyzed many the food & organic food stores’ business websites before planning food & grocery business features to ensure we covered all elements and functions. You can use this WordPress Theme for use other variant businesses. 
Version: 1.0.2
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: farmas
Tags: agriculture, butcher, covid-19, diet, farm, garden, grocery, health, organic, organic food, plants, shopping, store, supermarket.
*/

.amazon-button {
    display: inline-block;
    background-color: #ff9900;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.amazon-button:hover {
    background-color: #cc7a00;
}

.pxl-header-categories {
    background: #f8f9fa;
    padding: 10px 15px;
    border-bottom: 2px solid #ddd;
    text-align: center;
}

.pxl-menu-categories {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.pxl-menu-categories li {
    display: inline-block;
}

.pxl-menu-categories li a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 5px;
    transition: background 0.3s;
}

.pxl-menu-categories li a:hover {
    background: #007bff;
    color: #fff;
}
