
/******************************************************
* CMS
*/
#cms #center_column #product_list {
    margin-left: 0;
}

#cms .add-all-recipe {
    float: right;
    margin: 0 0 15px 0;
}

#cms #product_list, #cms .product_list  {
    clear: both;
}

/******************************************************
* PRODUCT
*/
#product #cookbook {
    clear: both;
    margin: 30px 0 0 0;
}

    #product #cookbook ul {
        
    }
    
        #product #cookbook ul li {
            border: 1px solid #cdcdcd;
            clear: left;
            display: table;
            list-style-type: none;
            margin: 0 0 12px 0;
            width: 100%;
        }
        
            #product #cookbook ul li img {
                display: table-cell;
                margin: 4px;
                vertical-align: top;
                width: 200px;
            }
            
            #product #cookbook ul li .recipe-content {
                display: table-cell;
                vertical-align: top;
            }
            
                #product #cookbook ul li .recipe-content h3 {
                    margin: 5px 0 0 0;
                }
                
                #product #cookbook ul li .recipe-content h3 .title-recipe {
                    font-size: 16px;
                    margin: 5px 0 0 15px;
                    text-decoration: none;
                }

                #product #cookbook ul li .recipe-content .title-recipe:hover {
                    text-decoration: underline;
                }

                #product #cookbook ul li .recipe-content div {
                    line-height: 1.4em;
                    margin: 5px 15px 10px 15px;
                }

                #product #cookbook ul li .recipe-content > a {
                    float: right;
                    margin: 0 15px 10px 0;
                }

                #product #cookbook ul li .recipe-content .more-recipe:hover {
                    background-position: left -50px;
                }
            
#product #more_info_block {
    clear: both;
}

@media screen and (max-width: 480px) {
    
    #product #cookbook ul li {
        display: block;
    }
    
        #product #cookbook ul li img {
            display: block;
            margin: 4px auto 15px auto;
            width: 200px;
        }
}