/* Helper for store front */
.single-product div.product form.cart .button.gform_button_select_files {
    float:none;
}
h3.gsection_title {
    font-size: 18px;
    border-bottom: 3px solid #d72552;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-top:20px;
}
.product_totals ul {
    margin: 30px 0;
    background: #eff2f5;
    border-radius: 5px;
    padding: 20px;
}
.product_totals ul li {
    list-style: none;
}
.ginput_complex select {
    border: none;
    background: #eff2f5;
    border-radius: 4px;
}