 .fusion-form-checkbox label  {
	font-size:10px!important;
	padding-left:30px!important;
}
@media (max-width: 991px) {
ul#menu-restaurant-main-menu, ul#menu-meniu-pagina-restaurant {
    top: 120px;
}
}
html.avada-has-site-width-percent.avada-has-site-width-100-percent #main .fusion-row, html.avada-has-site-width-percent.avada-has-site-width-100-percent #sliders-container .tfs-slider .slide-content-container, html.avada-has-site-width-percent.avada-has-site-width-100-percent #slidingbar .fusion-row, html.avada-has-site-width-percent.avada-has-site-width-100-percent .fusion-footer-copyright-area, html.avada-has-site-width-percent.avada-has-site-width-100-percent .fusion-footer-widget-area {
	padding-left:0!important;
	padding-right:0!important;
}
.fusion-page-title-bar  {
	display:none;
}
.custom-sticky-btn,
.custom-sticky-btn-2{
               position: fixed;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                background: #b32721;
                color: #fff;
                padding: 12px 16px;
                font-size: 14px;
                font-weight: bold;
                text-decoration: none;
                border-radius: 0 6px 6px 0;
                box-shadow: 0 2px 6px rgba(0,0,0,0.3);
                z-index: 9999;
                transition: background 0.3s ease;
 }
.custom-sticky-btn:hover,
.custom-sticky-btn-2:hover{
	 color: #fff;
}
html {
                scroll-behavior: smooth;
            }
  @media (max-width: 768px) {
	  
.custom-sticky-btn,
.custom-sticky-btn-2{
	top: 90%;
	  }
}
