/* Suppress per-plugin subtotal boxes */
#wapo-total-price-table,
#product-addons-total {
    display: none !important;
}

/* Consolidated total widget */
.gwt-addon-total {
    display: block;
    width: 100%;
    flex-basis: 100%;
    clear: both;
    margin: 12px 0 16px;
}

.gwt-addon-total table {
    width: 100%;
    border-collapse: collapse;
}

.gwt-addon-total th,
.gwt-addon-total td {
    padding: 4px 0;
    text-align: left;
    font-size: 0.95em;
    font-weight: normal;
}

.gwt-addon-total td {
    text-align: right;
}

.single_add_to_cart_button .gwt-btn-total {
    font-size: 0.75em;
}

.gwt-addon-options-row {
	border-bottom: 2px solid #121212
}