/*
Theme Name: OceanWP Store Child Theme 1
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Store Child theme 1.
Author: TC - OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

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

/* WooCommerce Product Category/Archive Height Adjustment 
.woocommerce ul.products li.product li.title */
.woocommerce .products .product .title a {
line-height: 2.5em;
height: 5em;
overflow: hidden;
}

/* Floating bar Original price strike-through 
.owp-floating-bar .product_price del .amount,.owp-floating-bar .product_price .amount
{
    text-decoration: line-through wavy white 2px;
}
*/
