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

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


.cstm-products ul.products .image-wrap a.woocommerce-LoopProduct-link img {
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.cstm-products li.price-wrap {
    width: 50%;
    text-align: left;
}

.cstm-products li.btn-wrap.clr {
    width: 50%;
    text-align: right;
}

.cstm-products ul.woo-entry-inner.clr {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.cstm-products li.image-wrap {
    width: 100%;
}

.cstm-products li.category {
    display: none;
}

.cstm-products li.title {
    width: 100%;
    text-align: left;
}

.cstm-products li.category {
    display: none !important;
}

.cstm-products li.rating {
    display: none;
}

.cstm-products li.title h2 a {
    font-size: 24px !important;
}