.wce-posts-cardapio {
  .wce-posts-cardapio-item {
    width: 100%;
    display: inline-flex;
    padding: 20px;
    align-items: center;

    @media (min-width: 768px) {
      width: 49%;
    }
  }
  
  .wce-posts-cardapio-titulo h3 {
    position: relative;
    float: left;
    &:after {
      content: " ";
      height: 10px;
      width: 100%;
      position: absolute;
      bottom: -15px;
      left: 0;
    }
  }

  .img-responsive {
    margin-right: 20px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -5px;
  }

  .col-xs-9 {
    padding-left: 0;
  }


  .excerpt {
    color: #77828b;
    display: block;
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
  }

  .valor {
    text-align: right;
    color: #24292d;
    font-weight: 700;
    font-size: 15px;
    align-self: flex-start;
  }

  .elementor-price-list-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;

    .elementor-price-list-title {
      max-width: 70%;
      color: #24292d;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.4;
      max-height: 70px;
      overflow: hidden;
    }

    .elementor-price-list-separator {
      border-bottom-color: #54595f;
      border-bottom-style: dotted;
      border-bottom-width: 2px;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-left: 10px;
      margin-right: 10px;
      border-bottom-style: dotted;
      border-bottom-width: 2px;
      height: 0;
      align-self: flex-start;
      margin-top: 10px;
    }
  }

  #wce-cardapio-select {
    width: 280px;
    margin: 0 auto 40px;
    display: block;
    font-size: 20px;
    padding: 10px;
    background: #DF811C;
    color: #fff;
    border: 0;
    border-radius: 5px;
  }

  .nav-pills + #wce-cardapio-select {
    display: none;
  }

  @media (max-width: 767px) {

    .nav-pills {
      display: none !important;
    }

    .nav-pills + #wce-cardapio-select {
      display: block;
    }

  }

  .tab-content-select {
    > div {
      display: none;
      &.active {
        display: block;
      }
    }
  }

  .nav-pills {
    li {
      a {
        position: relative;
        &:after {
          content: " ";
          height: 10px;
          width: 100%;
          background:  url('../images/nav-pills-cardapio.png') repeat-x;
          position: absolute;
          bottom: 0;
          left: 0;
        }
      }
    }
  }
}
