/* 
    Created on : 18 Mar 2020, 08:32:37
    Author     : pz
*/

#search-box h1.info{
	display: none !important;
}

body.home #float-menu .container{
/*    padding-top: 2rem !important;
    padding-bottom: 2rem !important;*/
}

.dInfo{
	margin-top: 10px !important;
	margin-bottom: 15px !important;
}

.rName, .rbName {
    margin: 0px;
}
.normal-size {
    font-size: 1rem;
} 
body.private-page .r_fotoBig {
    margin-top: 10px;
}

.r_fotoBig {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 300px;
}
body.private-page.styleV3 #rList .dList .category-header-container.first-header hr.dish-category-header-space:first-of-type{
	margin-top: 1rem;
}
@media (max-width: 992px) {
    body.mobile.private-page.scroll #menu{
        position:fixed;
        top:15px;
        right: 15px;
        box-shadow: 0 0.375rem 1.25rem rgba(27,27,27,.3), 0 0.125rem 0.25rem rgba(27,27,27,.15);
    }
}