/*
Theme Name: Child Theme
Template: oceanwp
Version: 0.1
*/

.woocommerce div.product.product-type-variable p.price {
    font-size: 20px !important;
    line-height: 1;
}
.woocommerce div.woocommerce-variation-price .price {
    font-size: 36px;
    line-height: 1;
}
.woocommerce-Tabs-panel--description > h2 {
    display: none;
}

.product-type-variable p.price {
    display:none;
}