/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */


li.nav-item.level1 {
    font-size: 14px;
}

li.nav-item.level2 > a span {
    font-size: 11px;
	text-transform:uppercase;
}

/* chiusura ecommerce temporanea 03112022
.button {
    background-color: #f5f5f5;
    color: #333333;
    display: none;
}
.product-shop .product-options-bottom {
    margin: 0;
	display:	none;
}*/