.title-page{
}
.hero-image{
    height: 30vh;
    min-height: 300px;
}
.container-line{
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-title-page{
      display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.header-title-page img{
  max-width: 175px;
    margin-top: 16px;
}
.line-left, .line-right{
	height: 100%;
	height: 3px;
  	width: 100%;
}
.line-left{
	background-color: #4CAF50 ;
}
.line-right{
  	background-color: #F44336;
}
.line-top-first .innerblock.titleblock{
}
.logo-grimaldi{
    max-width: 250px;
    padding: 25px 50px;
}
.image img {
    max-width: 175px;
    height: auto;
    padding: 20px;
  padding-top: 0px;
    padding-bottom: 0px;
}
.image img {
    max-width: 175px;
    height: auto;
    padding: 20px;
  padding-top: 0px;
    padding-bottom: 0px;
}
.template_menu ul.macro_menu li.single_element_menu {
    border-bottom: 1px solid transparent !important;
}
.template_menu ul.macro_menu li.single_element_menu span{
   color: #8f8f8f !important; 
}
.template_menu ul.macro_menu li.single_element_menu.active_category span{
    color: #000 !important;
}
.template_menu ul.macro_menu li.single_element_menu.active_category  {
    border-bottom: 1px solid #000 !important;
}
.template_menu ul.macro_menu li.single_element_menu:hover span{
    color: #000;
}
.template_menu ul.macro_menu li.single_element_menu:hover {
    border-bottom: 1px solid #4a4a4a !important;
}
.active_category {
    border-bottom: 1px solid #4a4a4a!important;
}
span.custom_item_price {
    color: #000;
    margin-top: 20px;
    display: block;
    font-size: 22px;
    font-weight: 200;
}
footer {
    text-align: center;
    background-color: #eee;
    padding: 8px 0px;
  -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
footer img {
    max-width: 115px;
    margin-left: 5px;
}
@media(max-width: 480px){
  .hero-image{
	  height: 20vh;
	    min-height: 0;
  }
  .section-bottom{
	min-height: calc(100vh - 250px - 20vh);
}
}
.newcatalogblock[data-template="menu"] .menu_container .custom_same_size_single_el.single_element_row{
	display: flex !important;
    flex-direction: row;
        width: 100%;
        margin-bottom: 0px;
}
.newcatalogblock .catalog-container .catalog_item {
    margin-bottom: 0px;
    min-width: 50%;
    max-width: 50%;
    margin-top: 0px;
    padding: 0px 16px;
        flex: 1;
}
.newcatalogblock .catalog-container .items_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.template_menu ul.macro_menu li.single_element_menu{
	min-width: 0;
}
.template_menu ul.macro_menu li.single_element_menu span.catalog_category_title {
    margin-left: 0px;
}
.info_container_44{
	flex: 1;
}
.template_menu .info_container_44{
	padding: 0px;
}
.price_item_details{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
@media (max-width: 600px){
	.newcatalogblock .catalog-container .items_container {
    flex-direction: column;
    flex-wrap: nowrap;
}
.newcatalogblock .catalog-container .catalog_item{
	max-width: none;
	min-width: 0px;
}
.newcatalogblock[data-template="menu"] .catalog-container ul.foodcategory-group2 {
    flex-direction: column;
    overflow: auto;
}
.newcatalogblock[data-template="menu"] .template_menu ul.macro_menu li.single_element_menu{
	width: 100%;
}
.newcatalogblock[data-template="menu"] .template_menu .custom_same_size_single_el{
	margin-bottom: 0px;
}
}
