/**
 * 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.
 *
 */



/* Stock indicator on product page: icon color
-------------------------------------------------------------- */

/*
.availability-only .ic { color: green; }
*/



/* Product counter in the mini cart drop-down
-------------------------------------------------------------- */

/*
.header .skip-link .count {
	background-color: yellow;
	color: white;
}
*/

.widget .widget-title h2 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
}

.widget a.product-image {
    width: 130px !important;
    height: 130px !important;
    margin: 0 auto;
}

.widget a.product-image img {
    width: 100%;
    height: auto;
}

.products-grid .item {
    text-align: center;
}

.products-grid .item button.button.btn-cart {
    display: none;
}

.products-grid .item ul.add-to-links {
    display: none;
}

.widget-new-products .products-grid .item, .widget-viewed .products-grid .item, .widget-compared .products-grid .item {
    max-width: 215px;
}
li.fields.magenio-fields-fiscaldata .field {
    background-color: #eaeaea;
    padding: 10px;
}
li.fields.magenio-fields-fiscaldata:before {
    content: "ATTENZIONE! Il seguente campo è da compilare.";
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    font-style: italic;
}