/* Enter Your Custom CSS Here */
.woocommerce div.product p.price {
    font-size: 20px;
}
.woocommerce div.product span.price {
    color: #77a464;
    font-size: 1.40em;
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #3366cc;
}

.woocommerce div.product .woocommerce-tabs .panel {
    display: none !important;
}

.sku_wrapper {
    display: none !important;
}

.woocommerce div.product p.price {
    display: none !important;
}

.woocommerce-ordering  {
    display: none !important;
}

.woocommerce-result-count  {
    display: none !important;
}
