        #product_list{
        	width: 950px;
        	height: 385px;
        	padding: 0;
        	margin: 0;
        	float: left;
        	position: relative;
        	display: flex;
        	justify-content: space-around;
        }
        #product_list li {
            width: 285px;
            height: 385px;
            float: left;
            margin-right: 50px;
            margin-bottom: 0;
            position: relative;
            list-style-type: none;
        }

            #product_list li:nth-child(3n) { margin-right: 0; }
            #product_list li.noresult { width: 100%; margin-right: 0; } 

            #product_list li .remove_link {
                padding: 5px;
                display: block;
                position: absolute;
                top: 1px;
                right: 1px;
                z-index: 50;
                background: #FFF;
                opacity: .5; 
            }
            #product_list li .remove_link:hover {
                opacity: 1; 
            } 
                #product_list li .remove_link img { display: block; }
            

            #product_list li .product_link_detail { 
                width: 100%; 
                height: 100%;
                padding: 0 20px;
                border: 1px solid #FFF;
                box-sizing: border-box; 
                display: block;
                position: relative;
                z-index: 9;
                font-size: 13px;
                font-weight: normal;
                text-align: center;
                text-transform: uppercase;
                letter-spacing: .05em;
                /*overflow: hidden;*/
            }
                .no-touch #product_list li .product_link_detail:hover { 
                    border-color: #000;
                    text-decoration: none; 
                } 
                .no-touch #product_list li.noresult a:hover { border-color: #FFF; } 

                #product_list li .product_link_detail .today_special {
                    line-height: 1.2;
                    padding: 0 22px;
                    display: none;
                    position: absolute;
                    left: 50%; 
                    top: -8px;
                    transform: translate(-50%,0); 
                    white-space: nowrap;
                    background: #FFF;
                }
                    .no-touch #product_list li .product_link_detail:hover .today_special { display: block; }

                #product_list li .product_img { padding-top: 100%; position: relative; z-index: 8; overflow: hidden; }
                    #product_list li .product_img img {
                        max-width: 100%;
                        max-height: 85%;
                        display: block;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%,-50%); 
                        font-size: 10px;
                        color: #999;
                    }

                #product_list li .product_info {
                    position: relative;
                    z-index: 9;
                }

                    /* Tag Prodotto "Più venduto" */
                    #product_list li .product_info .piu_venduto{
                    	width: 125px;
                    	height: 25px;
                    	display: block;
                    	position: absolute;
                    	top: -35px;
                    	left: 50%;
                    	transform: translateX(-50%);
                    	line-height: 25px;
                    	font-family: 'Open Sans';
                    	font-size: 11px;
                    	background: url(/img/bg_piu_venduto.svg) no-repeat center center;
                    	background-size: 100%;
                    	color: #27282D;
                    	text-transform: none;
                    }

                    #product_list li .product_info .product_brand {
                        margin: -8px 0 0 0;
                        line-height: 14px;
                        font-size: 11px;
                        font-weight: normal;
                        color: #AFA376;
                    }

                    /*
                        contenitore del rating
                        se vuoto, inserisco filetto 
                    */
                    #product_list li .product_info .stars_product_cat {
                        min-height: 18px;
                        text-decoration: none;
                        display: block;
                        margin: 5px auto; 
                        position: relative;
                    }

                        #product_list li .product_info .stars_product_cat.no_vote::after {
                            display: block;
                            width: 50px;
                            height: 1px;
                            background: #000;
                            content: '';
                            top: 50%;
                            left: 50%;
                            margin: -1px 0 0 -25px;
                            position: absolute;
                        }

                            /* stelline */
                        #product_list li .product_info .stars_product_cat .n_stars {
                            width: 52px;
                            height: 10px;
                            display: block;
                            margin: 0 auto;
                            text-indent: -500px;
                            transform-origin: 50% 0; 
                            transform: scale(1.5); 
                            background: url(/img/bg_vote_product.svg) 0 0 / auto 20px no-repeat;
                            overflow: hidden;
                        }
                           
                           /* numero dei voti */
                        .product_info .stars_product_cat .n_vote{ display: none; }

                    #product_list li .product_info .product_title {
                        font-size: 13px;
                        font-weight: normal;
                        height: 32px;
                        line-height: 16px;
                        margin: 0;
                        overflow: hidden;
                        position: relative;
                    }

                            /* per centratura verticale */
                        #product_list li .product_info .product_title:before {
                            content: '';
                            height: 100%;
                            display: inline-block;
                            vertical-align: middle;
                        } 

                        #product_list li .product_info .product_title span {
                            display: inline-block;
                            vertical-align: middle;
                        }

                    #product_list li .product_info .product_price { margin: 6px 0 0 0; }

                        #product_list li .product_info .product_price del {
                            font-size: 13px;
                            color: #828282;
                        }

                    #product_list li .product_info .raee_info {
                        line-height: 30px;
                        display: block;
                        font-family: 'Open Sans', sans-serif;
                        font-size: 10px;
                        font-weight: 100;
                        letter-spacing: .1em;
                        color: #666666;
                    }


                /* "vedi dettaglio", all'hover appar ein basso */
            #product_list li .to_detail { 
                width: 100%;
                height: 35px; 
                line-height: 36px;
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: 10;
                display: block;
                color: #AFA376;
                background: #000;
                opacity: 0; 
            }

                .no-touch #product_list li a:hover .to_detail 
                {opacity: 1;}

    .pc_side_menu.marca .btn {
        width: auto;
        margin: 47px 20px;
    }
