
.restaurant_img {
  margin-top: 74px;
}
.restaurant_img img {
  border-radius: 40px 40px 0 0;
}

#info_restaurant {
  margin-top: -36px;
}
#info_restaurant .testi_item {
  transition: all 0.3s ease-in-out;
  border-radius: 40px 40px 0 0;
  background-color: #000000;
  padding: 24px 24px 66px;
}
#info_restaurant .testi_item .testi_avatar {
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 575px) {
  #info_restaurant .testi_item .testi_avatar {
    width: 80px;
    height: 80px;
  }
}
#info_restaurant .testi_item .testi_avatar img {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  #info_restaurant .testi_item .testi_avatar img {
    width: 80px;
    height: 80px;
  }
}
#info_restaurant .testi_item .testimonilas_text {
  width: calc(100% - 90px);
  padding-right: 16px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 575px) {
  #info_restaurant .testi_item .testimonilas_text {
    padding-right: 12px;
  }
}
#info_restaurant .testi_item .testimonilas_text h1 {
  font-weight: 600;
  font-family: "iranyekanbold", "arial";
  font-size: 18px;
  color: #FFFFFF;
}
#info_restaurant .testi_item .testimonilas_text h2 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #9d9ca3;
}
#info_restaurant .testi_item .testimonilas_text .star_rating {
  margin-top: 16px;
  color: #FF9E0C;
  font-size: 12px;
}
#info_restaurant .testi_item .testimonilas_text .star_rating i {
  margin: 0 2px;
}
#info_restaurant .testi_item .testimonilas_text p {
  color: #dbdbdb;
  font-size: 12px;
  font-family: "iransans";
  font-style: italic;
  line-height: 28px;
  margin-top: 10px;
  font-weight: 500;
}

.details_res {
  margin-top: -40px;
  z-index: 2;
}
.details_res .details_res_in {
  position: relative;
  padding: 24px 24px 24px;
  border-radius: 40px 40px 0 0;
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  .details_res .details_res_in {
    padding-bottom: 88px;
  }
}
.details_res .details_res_in .title_page {
  margin-bottom: 8px;
}
.details_res .contact_us .contact_info_list .icon {
  background-color: #e1f6e0;
  color: #0bc60b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.details_res .contact_us .contact_info_list .icon i {
  line-height: 40px;
}
.details_res .contact_us .contact_info_list .tx {
  width: calc(100% - 40px);
  padding-right: 8px;
  color: #2a2a2a;
  font-weight: 600;
  font-size: 14px;
  font-family: "iransans";
}
.details_res .contact_us .contact_info_list .tx span {
  color: #686868;
  font-size: 13px;
  font-weight: 400;
}
.details_res .contact_us .contact_info_list .tx .phone {
  font-size: 15px;
}
.details_res .contact_us .contact_info_list .tx a {
  color: inherit;
}
.details_res .contact_us .contact_info_list li:nth-child(2) .icon {
  background-color: #f4e0f6;
  color: #c60b69;
}
.details_res .contact_us .contact_info_list li:nth-child(3) .icon {
  background-color: #e0f0f6;
  color: #0b6cc6;
}
.details_res .map-wrraper {
  margin-top: 20px;
}
.details_res .social_wrap ul li a {
  padding: 8px 16px;
}
.details_res .work_time {
  margin-top: 16px;
  background: url(../../img/feature-bg.jpg);
  background-size: cover;
  padding: 10px;
  border-radius: 10px;
}
.details_res .work_time p {
  font-size: 14px;
  font-family: "iranyekanbold", "Sans_Medium";
  color: #696969;
  margin-top: 10px;
}
.details_res .work_time span {
  font-weight: 600;
  color: #333;
}
.details_res .work_time .title_page {
  font-size: 18px;
}/*# sourceMappingURL=details-restaurant.css.map */