/*
Theme Name: Flatsome Child DM
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
div.calculator td,
div.calculator th {
	color: #3a3a3a;
	padding-left: 5px;
	padding-right: 5px;
}
div.calculator .totalTimeSaved,
div.calculator #total,
div.calculator #totalMonthDays,
div.calculator #totalWeekDays,
div.calculator #totalWeekHours {
	font-weight: bold;
	font-size: 110%;
}

body.single-product .product-addon-totals li:first-child .wc-pao-col2 .amount {
	display: none;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}