/*
Theme Name:Child Theme for Divi
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */


/* ************************ */
/*    LEEROC DEMO TEST      */

    .thumbnailsProducts .et_pb_column{ margin: 0!important; text-align: center; font-weight: bold; background: #333; color: #FFF; width: 25%; cursor: pointer; }
    .thumbnailsProducts .et_pb_column img{ opacity:0.5 }
    .thumbnailsProducts .et_pb_column p{  text-align: center;  }
        
        .thumbnailsProducts .et_pb_column:hover img{ opacity:1 }
        .thumbnailsProducts .et_pb_column:hover p{ color: #FABD24; }
    
    .productListOpener { display: none; }

/* ************************ */