/*
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 */

.woocommerce div.product .product_title {
    font-size: 20px;

}

.amount {
    font-size: 20px;
}


.woocommerce div.product form.cart+.product_meta {
    display: none;
}


.woocommerce div.product p.price {
    margin: 0px 0 0 !important;
}

.woocommerce div.product .product_title {

    margin: 0 0 0px !important;
}

.woocommerce div.product form.cart {
    padding: 0px 0 !important;
}

#site-navigation-wrap .dropdown-menu>li {
    display: flex;
    align-items: center;
    height: 100px;
}