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

/*************** ADD CUSTOM CSS HERE.   ***************/
.price{
	margin-bottom: 30px;
}
.price table{
	table-layout: fixed;
	border-collapse: collapse;
}
.price table tr:first-child td{
	background: var(--fs-color-secondary);
	text-align: center;
	color: white;
}
.price td{
	border: 1px solid #000;
	font-weight: bold;
	text-align: center;
	padding: 15px 5px;
}
.price td:first-child{
	width: 30%;
}
.price tr:nth-child(odd) {
    background: #efefef;
}


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


}