/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


<script>
jQuery(function($){
    $(window).load(function(){
        try {
            $('#main-content').waypoint('destroy');
            $('#main-header').removeClass('et-fixed-header');
        } catch (err) {}
    });
});
</script>

.et-cart-info { display:none; }