﻿/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
 

.menu #menu-flters {
    padding: 0;
    margin: 0 auto 0 auto;
    list-style: none;
    text-align: center;

  }
  
  .menu #menu-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 10px 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #888;
    margin: 0 0px 0px 0px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    border: 0px solid #00D9A5;
    border-radius: 0px;
  }
  
  .menu #menu-flters li:hover, .menu #menu-flters li.filter-active {
    color: #fff;
    background: #00D9A5;
  }
  
  .menu #menu-flters li:last-child {
    margin-right: 0;
  }
  
   

  /*
  .menu .menu-content {
    margin-top: 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  
  .menu .menu-content::after {
    content: "......................................................................"
   "...................................................................."
   "....................................................................";
    position: absolute;
    left: 20px;
    right: 0;
    top: -4px;
    z-index: 1;
    color: #dad8d4;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  
  .menu .menu-content a {
    padding-right: 10px;
    background: #fff;
    position: relative;
    z-index: 3;
    font-weight: 700;
    color: #ff9b08;
  }
  
  .menu .menu-content span {
    background: #fff;
    position: relative;
    z-index: 3;
    padding: 0 10px;
    font-weight: 600;
  }
  
  .menu .menu-ingredients {
    font-style: italic;
    font-size: 14px;
    font-family: "Comic Neue", sans-serif;
    color: #948c81;
  }
  */