/* This file is reserved for overriding and extending the template styles. */

@media only screen and (max-width: 1166px) {
    .menu-details {
      display: none;
      z-index: 3;
      position: relative;
    }
  }
  
  
  .details:hover{
    background-color: blue;
    border-left: 10px;
    color: chartreuse;
  }
  .modal-header {
    background: transparent linear-gradient(204deg,#f9d78a,#dda348) 0 0 no-repeat padding-box;
    /* background-color: white; */
    color: #3e2a06;
  }

  .menu-details{
width: 20%;
height: auto;
  }