/*
Theme Name: Storefront Child
Theme URI: https://get-intuit.com/storefront-child/
Description: Child theme for the Storefront WooCommerce theme
Author: Tim Foelker
Author URI: https://protechworks.com
Template: storefront
Version: 1.0.0
*/


.storefront-primary-navigation {
	Font-family: Optima;
}

.product-category-filter select {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.product-category-filter ul {
    display: none; /* Hide the UL after converting it to a dropdown */
}
