/*
Theme Name: Moderno-Child
Theme URI: https://parkofideas.com/moderno/
Text Domain: moderno-child
Description: Fashion & Furniture Store WooCommerce Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: moderno
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* =Theme customization starts here
-------------------------------------------------------------- */



/* PRODUCT GRID */
span.c-product-grid__title {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-size: 0.8rem !important;
}

a.c-product-grid__category-item {
    font-size: 0.5rem!important;
}

.c-product-grid__price-wrap {
    display: none;
}

.c-product-grid__thumb-wrap.c-product-grid__thumb-wrap--no-buttons {
    padding-bottom: 300px!important;
}

.c-product__col-1 {
    background: white !important;
}

table.mainDescription ul li:before{
    content: none!important;}

    /** MOBILE **/

/** PHONE PORTRAIT **/
@media only screen and (max-width: 768px) {

/* Griglia prodotti */
.c-product-grid__thumb{
        width: auto!important;
        height:auto!important;
}

.c-product-grid__thumb-wrap.c-product-grid__thumb-wrap--no-buttons {
    padding-bottom: 170px!important;
}

span.c-product-grid__title {
    font-size: 1.0rem!important;
    line-height: 1.3rem!important;
}

.c-product-grid__short-desc {
    display: none!important;
}

a.c-product-grid__category-item {
    font-size: 0.3rem!important;
}


}