/*
 * Styles added by MS 13/01/2016
 */


/* The price box is displayed next to the buy button, but we only want to show regular price, so hide the minimal price (From price)  */
.product-view .product-options-bottom .price-box .minimal-price {
 display : none;
}

/* Display the configured product price on the same line as the Total: label  */
.product-view .product-options-bottom .config-price .price-box {
 display : inline;
}


/* Dont display configured product price at the top for Configurable products as we only want it next to buy button */
.product-shop .price-info .config-price {
 display : none;
}
