/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


.woo-entry-inner .title h2 {
  margin-bottom: 0px !important;
}
ul.woo-entry-inner {
    padding-bottom: 20px!important;
}

.elementor-widget-container del {
    display: none;
}

.owp-floating-bar .product_price del {
   
    display: none!important;
}