/*
Theme Name: Ande Child
Theme URI: https://ande.qodeinteractive.com
Description: A child theme of Ande Theme
Author: Mikado Themes
Author URI: https://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: ande
Template: ande
*/
.mkdf-restaurant-menu-list .mkdf-rml-title-holder .mkdf-rml-title {
    margin-bottom: 20px!important;
}

.mkdf-vertical-area-widget-holder  {
    text-align: center;
}
.mkdf-content .mkdf-content-inner>.mkdf-full-width>.mkdf-full-width-inner {
    padding-top: 0px!important;
}  

.mkdf-menu-area-border-disable .mkdf-page-header .mkdf-menu-area {
    border: none;
    background: #1d2245;
}

.mkdf-header-vertical .mkdf-vertical-area-background {
    width: 275px!important;
}

.mkdf-header-vertical .mkdf-vertical-menu-area {
    width: 275px!important; 
    padding: 5.7% 30px 8px!important;
}

.mkdf-header-vertical .mkdf-logo-wrapper img {
    max-height: 85%!important;
}

.mkdf-restaurant-menu-list .mkdf-rml-title-holder {
        white-space: normal!important;
}

.mkdf-restaurant-menu-list .mkdf-rml-label-holder .mkdf-rml-label  {
    background-color: transparent!important;
}

.mkdf-restaurant-menu-list .mkdf-rml-label-holder {
    float: left;
    width: 100%!important;
}
#whatsapp-button {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 9999;
}
#whatsapp-button img {
  width: 60px;
  height: 60px;
  transition: transform 0.2s ease-in-out;
}
#whatsapp-button img:hover {
  transform: scale(1.1);
}

#menu-button {
  position: fixed;
  bottom: 200px;
  right: 10px;
  z-index: 9999;
}
#menu-button img {
  width: 80px;
  height: 80px;
  transition: transform 0.2s ease-in-out;
}
#menu-button img:hover {
  transform: scale(1.1);
}