/*
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.   ***************/
.total{
	display:none;
}
.total.active{
	display:block;
}
#result_menu{
	background: #fff;
    border-radius: 5px;
    padding: 0;
}
#result_menu, #result_menu li{
	list-style:none;
	margin-left:0;
}
#result_menu:empty {
    margin: 0;
    padding: 0;
}
.menu-item_pt{
	min-height: 50px;
    padding: 5px 10px;
    box-sizing: content-box;
    margin: 0;
}
.menu-item_pt:nth-child(odd){
	background: #e4e4e4;
}
.menu-item__info,.menu-item_pt{
	display:flex;
	align-items:center;
	gap:8px;
}
.menu-item__price{
	color: #ce2f46;
    font-weight: bold;
}
.menu-item__img{
	max-width:50px;
}
.menu-item__info img{
	max-width:100px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.menu-item__img{
		max-width:85px;
	}
	.menu-item__info{
		flex-direction: column;
		align-items: baseline;
	}
	.menu-item__info, .menu-item_pt{ 
		align-items: flex-start;
	}

}