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

/*************** ADD CUSTOM CSS HERE.   ***************/

.summary.entry-summary .wc_dynprice {
	line-height : 1 !important;
}

.summary.entry-summary .wc_dynprice .box {
	margin: 8px 0 !important;
	padding: 10px !important;
	width: 100% !important;
}

.summary.entry-summary .wc_dynprice .box:first-child {
	background-color: #FF8218 !important;
	color: #FFF !important;
}

.summary.entry-summary .wc_dynprice .box .price_html {
	font-size: 25px !important;
	font-weight: 600 !important;
	margin-bottom: 3px !important;
}

.summary.entry-summary .wc_dynprice .box:first-child .price_html {
	font-size: 36px !important;
	margin-bottom: 3px !important;
}

.summary.entry-summary .wc_dynprice .box .price_title_html {
	margin-bottom: 3px !important;
}

.fibofilters-filters-widget h3,
.fibofilters-filters-widget span{
	color: white !important;
}

.fibofilters-range__inputs-wrapper input,
.fibofilters-range__inputs-wrapper label{
	background-color: #212121 !important;
}

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


}