
/* ------------------------------------------------
PRODUTOS
------------------------------------------------ */

  .menu_wrap:not(:last-child){
    margin-bottom: 50px;
  }

  .menu_title{
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 35px;
  }

  .menu_title>i{
    color: #06c;
    font-size: 34px;
    line-height: 34px;
    margin-right: 5px;
    display: inline-block;
  }

  .menu_list{
    /*border-top: 1px solid #e1e1e1;*/
  }

  .menu_list li:after{
    content: '';
    display: block;
    clear: both;
  }

  .menu_list li{
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
    color: #373737;
    font-size: 16px;
    line-height: 20px;
    padding-right: 45px;
    position: relative;
  }
  .menu_list li div{
    display: inline-block;
    color: black;
    font-weight: bold;
    padding-right: 5px;
  }
  .ul-produtos li{
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding: 10px;
    line-height: 20px;
    background-color: #f8f8f8;   
    margin-bottom: 30px; 
  }
  .ul-produtos li a{
    color: #373737;
    background-color: #f8f8f8; 
    display: block;    
  }
  .ul-produtos li a p{
    display: block;
    font-size: 14px;
    padding: 10px 0 0;
    margin-bottom: 0;
    overflow: hidden;
    max-height: 46px;
  }
  .ul-produtos li a img{
    border: 1px solid #e1e1e1;
  }
  .ul-produtos li a small{
    display: block;
    padding-bottom: 10px;
    color: #020000;
    font-weight: 400;
    font-size: 12px;
  }
  .ul-produtos li a span{
    font-size: 17px;
    color: #4d4d4d;
    font-weight: bold;
    display: block;
  }
  .ul-produtos li a:hover img{
    border: 1px solid #4d4d4d;
  }    
  .ul-produtos li a:hover p{
    color: #4d4d4d !important;
  }
  .div-produto-aberto div img{
    /*border: 1px solid #e1e1e1;
    background-color: #f8f8f8;*/
  }
  .div-produto-aberto h4{
    display: block;
    padding-top: 30px;
  }
  .div-produto-aberto small{
    display: block;
    font-size: 16px;
  }
  .div-produto-aberto span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
  }
  .menu_list li:nth-child(2n+1){
    background-color: #f2f2f2;
  }
  .menu_price{
    display: block;
    position: absolute;
    width: 65px;
    top: 15px;
    right: 5px;
    font-weight: 700;
  }

  .menu_item{
    color: #373737;
    position: relative;
    display: inline-block;
  }

  .menu_item:hover{
    color: #b50b0c;
  }

  .menu_item:before{
    content: '';
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 1px;
    background-color: #373737;
    right: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .menu_item:hover:before{
    background-color: #b50b0c;
    right: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .ingredients{
    position: absolute;
    bottom: 110%;
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .menu_item:hover + .ingredients{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
.section-produtos{
  margin-top: 15px;
  margin-bottom: 90px;
}
.add-produto{
        font-size: 28px;
    width: 33px;
    height: 33px;
    color: #716b6b;
    border: 2px solid #716b6b;
    border-radius: 50%;
    margin-top: -12px;
    text-align: center;
    padding-top: 3px;
}
a span.add-produto:hover{
    color: #b50b0c;
    border: 2px solid #b50b0c;  
}

.form-pesquisa{
  padding-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.form-pesquisa p{
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 991px) {
  .menu_list{
    margin-left: -15px;
    margin-right: -15px;
  }  
}
.form-contato{
  margin: 30px 0;
}