.section-la-carte ol .item{
  margin-bottom: 15px;
}

.find-restaurant-container{
  padding-top: 55px;
  background-image: url('../img/buffalo_menu_bg.jpg');
  background-size: 300%;
  background-repeat: repeat;
  background-position: center;
}

.find-restaurant-container .title{
  font-size: 24px;
  font-family: ChunkFive;
  font-weight: 500;
  color: #000;
  padding-bottom: 35px;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.1;
  text-align: center;
}

.find-restaurant-container .title--underlined{
  position: relative;
}

.find-restaurant-container .title--underlined:after{
  content: '';
  display: block;
  position: absolute;
  height: 14px;
  width: 104px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url('../img/bg_sp.png') center no-repeat;
}

.find-restaurant-locate{
  background-color: rgba(123,68,40,.45);
  border: 0;
  width: 100%;
  color: #fff;
  padding: 50px 0;
  display: inline-block;
  font-family: "Avenir Medium", Helvetica, Arial, sans-serif;
  font-size: 20px;
}

.find-restaurant-locate span{
  position: relative;
  display: inline-block;
}

.find-restaurant-locate span:before{
  content: '';
  display: inline-block;
  position: absolute;
  left: -50px; top: 50%;
  transform: translateY(-50%);
  height: 31px; width: 31px;
  background: transparent url('../img/ico-geoloc.png') no-repeat center;
}

.find-restaurant-container .separator{
  display: block;
  color: #000;
  padding: 10px 0;
  font-family: "Avenir Medium", Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-align: center;
}

.find-restaurant-container form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(123,68,40,.45);
  padding: 15px 10px;
  text-align: center;
}

.find-restaurant-container .find-restaurant-address-search .ap-dataset-places{
  text-align: left;
}

.find-restaurant-search{
  margin: 0 -10px;
}

.find-restaurant-container .find-restaurant-address{
  background: transparent;
  height: 50px; width: 100%;
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff;
  padding: 0 15px;
  margin-bottom: 10px;
}

.find-restaurant-container .find-restaurant-address::placeholder{
  color: #fff;
  opacity: .75;
}

.find-restaurant-container .algolia-places button{
  display: none;
}

.find-restaurant-container .find-restaurant-submit{
  display: none;
}

.find-restaurant-container .btn-primary{
  font-size: 16px;
  font-family: "Avenir Medium", Helvetica, Arial, sans-serif;
  z-index: 1;
  text-transform: none;
}

.find-restaurant-results{
  margin-top: 65px;
  margin-bottom: 15px;
  padding: 30px 10px 0;
  border-top: 3px solid #7b4428;
}

.find-restaurant-results .title{
  text-align: left;
  padding-right: 5px;
  padding-bottom: 25px;
  margin-bottom: 0;
}

.find-restaurant-results .available{
  font-weight: bold;
  font-size: 15px;
  color: #000;
  text-align: left;
}

.founded-restaurants{
  padding:0 10px 40px;
}

.founded-restaurants ul{
  padding: 0;
  list-style: none;
}

.founded-restaurants .restaurant{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 45px;
  padding-bottom: 35px;
  border-bottom: 1px solid #7b4428;
}

.founded-restaurants .address{
  margin-bottom: 0;
}

.founded-restaurants .restaurant:last-child{
  border-bottom: 0;
}

.founded-restaurants .restaurant-link{
  text-decoration: none;
}

.founded-restaurants .name,
.founded-restaurants .address{
  color: #000;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  text-align: left;
}

.founded-restaurants .name{
  display: block;
  font-size: 20px;
  font-family: ChunkFive;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 15px;
}

.founded-restaurants .name:after{
  content: '';
  display: inline-block;
  width: 42px; height: 16px;
  margin-left: 5px;
  -webkit-transition: background-image .3s ease-in-out;
  -o-transition: background-image .3s ease-in-out;
  transition: background-image .3s ease-in-out;
  background-image: url('../img/arrow.png');
}

.founded-restaurants .address{
  font-weight: bold;
}

.founded-restaurants .address1,
.founded-restaurants .address2{
  display: block;
  margin-bottom: 10px;
}

.change-restaurant-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 15px 10px;
}

.change-restaurant-container .your-restaurant{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size:12px;
  font-weight: bold;
  margin: 0;
}

.change-restaurant-container .current-restaurant{
  font-weight: lighter;
  font-family: ChunkFive;
  font-size: 18px;
}

.change-restaurant-container a{
  font-family: "Avenir Medium", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #840014;
  text-align: right;
  text-decoration: underline;
}

.product-title-with-price{
  margin-bottom: 15px;
}

.product-title-with-price .product-title{
  display: inline;
}

.product-title-with-price .product-price{
  font-size:20px;
  font-family: ChunkFive;
  color: #840014;
}

.product-information{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-information .product-details{
  margin-right: 7px;
}

.product-information .label-new{
  margin-right: 10px;
}

/* Desktop */
@media screen and (min-width: 992px) {

  .change-restaurant-container a{
    text-decoration: none;
  }

  .change-restaurant-container a:after{
    content: '';
    display: block;
    height: 1px;
    background-color: #840014;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  }

  .change-restaurant-container a:hover{
    text-decoration: none;
  }

  .change-restaurant-container a:hover:after{
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }

  .find-restaurant-container .title{
    margin-bottom: 50px;
  }

  .find-restaurant-container{
    padding-top: 85px;
    background-size: contain;
  }

  .find-restaurant-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 65px;
  }

  .find-restaurant-locate,
  .find-restaurant-container form{
    width: 380px;
    -webkit-transition: background-color 0.3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    transition: background-color 0.3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out, background-color 0.3s ease-in-out;
    transition: box-shadow .3s ease-in-out, background-color 0.3s ease-in-out;
    transition: box-shadow .3s ease-in-out, background-color 0.3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  }

  .find-restaurant-locate:hover,
  .find-restaurant-container form:hover{
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background-color: rgba(123,68,40,.75);
  }

  .find-restaurant-container .find-restaurant-address-search{
    padding-bottom: 0;
  }

  .find-restaurant-container .separator{
    margin: 0 75px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #restaurant-results{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .find-restaurant-results{
    padding-top: 55px;
    margin-bottom: 0;
    margin-top: 130px;
  }

  .find-restaurant-results .title{
    font-size: 45px;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .founded-restaurants{
    padding: 0 10px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .founded-restaurants .restaurant{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 65px;
    padding-bottom: 50px;
  }

  .founded-restaurants .name{
    font-size: 24px;
  }

  .founded-restaurants .address{
    margin-bottom: 0;
  }

  .founded-restaurants .restaurant-link:hover .name,
  .founded-restaurants .restaurant-link:hover .address{
    color: #e52e3c;
  }

  .founded-restaurants .restaurant-link:hover  .name:after{
    background-image: url('../img/arrow_active.png');
  }

  .change-restaurant-container{
    padding: 20px 35px;
  }

  .change-restaurant-container .your-restaurant{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .change-restaurant-container .current-restaurant{
    margin-left: 20px;
  }

  .change-restaurant-container a{
    font-size: 14px;
  }

  .product-title-with-price .product-price{
    font-size: 24px;
  }
}