/*============================================================================================*/
/* Detail page */
/*============================================================================================*/
/*-------- Page head --------*/
.r-opacity-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  backdrop-filter: blur(5px);
  background: rgb(0 0 0 / 26%);
}

 .detail_page_head .rating {
  margin-top: 10px;
 }
 .main_info .head .ribbon {
  position: relative;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
 }
@media (max-width: 767px) {
  .detail_page_head .title {
    padding-top: 0;
    float: none;
  }
}
.detail_page_head .title h1 {
  font-size: 42px;
  margin: 0;
  color: #fff;
}
.detail_page_head .title a {
  color: #fff;
  text-decoration: underline;
}
.detail_page_head .title a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .detail_page_head .title h1 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.detail_page_head .title ul.tags {
  margin: 8px 0 25px 0;
  padding: 0;
}
@media (max-width: 767px) {
  .detail_page_head .title ul.tags {
    margin: 8px 0 20px 0;
  }
}
.detail_page_head .title ul.tags li {
  display: inline-block;
  margin-right: 3px;
}
.detail_page_head .title ul.tags li a {
  border: 1px solid #ededed;
  padding: 2px 10px;
  line-height: 1;
  color: #777;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.detail_page_head .title ul.tags li a:hover {
  color: #e54750;
}
@media (max-width: 767px) {
  .detail_page_head .rating {
    padding-top: 0;
    float: none;
    display: inline-block;
    margin-bottom: 15px;
  }
}
.detail_page_head .rating .score span {
  top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  text-align: right;
  line-height: 1.1;
  font-weight: 500;
}
.detail_page_head .rating .score span em {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  font-weight: normal;
}
@media (max-width: 767px) {
  .detail_page_head .rating .score span {
    float: right;
    text-align: left;
    margin: 0 0 0 8px;
  }
}
.detail_page_head .rating .score strong {
  font-size: 14px;
  background-color: #66cc66;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 6px 10px;
  line-height: 1.1;
  color: #fff;
}
.detail_page_head .rating .score strong:before {
  color: #fff;
}
@media (max-width: 767px) {
  .detail_page_head .rating .score strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.pictures {
  text-align: left;
}
@media (max-width: 767px) {
  .pictures {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.pictures figure {
  margin: 0;
  overflow: hidden;
  position: relative;
  height: 100px;
  width: 32%;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .pictures figure {
    height: 90px;
  }
}
@media (max-width: 991px) {
  .pictures figure {
    width: 80px;
    height: 80px;
  }
}
.pictures figure a {
  display: block;
}
.pictures figure a span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
}
.pictures figure a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  z-index: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pictures figure a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -moz-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.secondary_nav {
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #ededed;
  padding: 10px 0;
}
.secondary_nav span {
  position: absolute;
  height: 7px;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.secondary_nav.is_stuck {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  border-top: none;
}
@media (max-width: 767px) {
  .secondary_nav.is_stuck {
    padding: 10px 0;
  }
}
.secondary_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.secondary_nav ul li {
  display: inline-block;
  margin-right: 10px;
}
.secondary_nav ul li:last-child {
  margin-right: 0;
  border-left: 1px solid #ededed;
  padding-left: 18px;
  display: none;
}
.secondary_nav ul li:last-child a {
  background-color: black;
  background-color: transparent;
  border: 1px solid #d2d8dd;
}
.secondary_nav ul li a {
  color: #444;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 6px;
  font-size: 14px;
  line-height: 36px;
  font-weight: 500;
}
.secondary_nav ul li a.active, .secondary_nav ul li a:hover {
  color: #e54750;
}
.secondary_nav ul li a i {
  margin-right: 8px;
}
.opt_order {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  padding: 15px 0 5px 0;
}

/*-------- Menu list --------*/
.table_wrapper {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.05);
  -moz-box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.05);
  box-shadow: 0px 22px 24px 0px rgba(46, 51, 51, 0.05);
}
.col-products{
  margin-bottom: 30px;
}
.menu_item {
  display: block;
  color: #444;
  position: relative;
  font-weight: normal;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eee;
}
.menu_item:hover {
  box-shadow: 0px 0px 2px rgb(0 0 0 / 8%), 0px 2px 16px rgb(0 0 0 / 8%);
}
.menu_item .product-info{
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .col-products {
    margin-bottom: 15px;
  }
  .row {
    --bs-gutter-x: 0.5rem;
  }
}
.menu_item h3 {
  font-size: 18px;
  margin: 10px 0;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-word;
  font-weight: normal;
  line-height: 20px;
  text-overflow: ellipsis;
  letter-spacing: -0.24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.menu_item p {
  color: #777;
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu_item a.modal_dialog {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;

}
.menu_item a figure {
  margin: 0;
  height: 220px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background-image: url(../img/lazy-placeholder.jpg);
  background-size: cover;
  position: relative;
  background-position: center;
}
.product-footer {
  position: relative;
  padding: 0 15px 15px;
}
.product-footer a {
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 16px;
  background-color: #ec1726;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
}
.product-footer .p-price {
  font-size: 20px;
  display: inline-block;
}
.product-footer .p-price s {
  color: #ff4c4c; 
}
.menu_item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu_item:hover h3 {
  color: #e54750;
}

.table.cart-list {
  border-bottom: none;
  background-color: transparent;
}
.table.cart-list.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table.cart-list thead th {
  font-weight: 500;
}
.table.cart-list td {
  vertical-align: middle;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6 !important;
}
.table.cart-list td.options i {
  font-size: 26px;
}
.table.cart-list td h4 {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}
.table.cart-list td p {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #444;
}
.table.cart-list td figure {
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin: 0;
  margin-right: 15px;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.table.cart-list td figure img {
  width: 60px;
  height: auto;
}
@media (max-width: 767px) {
  .table.cart-list td figure {
    float: none;
  }
}
.table.cart-list td .dropdown-options {
  border: none;
  margin: 0;
}
.table.cart-list td .dropdown-options > a {
  padding: 0;
  display: inline-block;
  color: #e54750;
}
.table.cart-list td .dropdown-options > a:after {
  display: none;
}
.table.cart-list td .dropdown-options > a:hover {
  color: #111;
}
.table.cart-list td .dropdown-menu {
  background-color: #fff;
  min-width: 250px;
  margin-left: -105px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .table.cart-list td .dropdown-menu {
    margin-left: -175px !important;
  }
}
.table.cart-list td .dropdown-menu label {
  font-weight: normal;
}
.table.cart-list td .dropdown-menu a {
  color: #fff;
}
.table.cart-list td .dropdown-menu h5 {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
  font-size: 14px;
  font-size: 0.875rem;
}
.table.cart-list td .dropdown-menu ul {
  list-style: none;
  padding: 0;
}
.table.cart-list td .dropdown-menu ul li label {
  font-size: 13px;
  font-size: 0.8125rem;
}
.table.cart-list td .dropdown-menu ul li label small {
  float: right;
  font-size: 13px;
  font-size: 0.8125rem;
}

#message {
  position: fixed;
  bottom: 15px;
  left: 15px;
  background-color: #e54750;
  color: #fff;
  padding: 12px 12px 10px 40px;
  font-weight: 500;
  line-height: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  display: none;
}
#message:before {
  font-family: "ElegantIcons";
  content: "\52";
  font-size: 21px;
  font-size: 1.3125rem;
  position: absolute;
  left: 10px;
  top: 7px;
  line-height: 1;
}

.reviews #review_summary {
  text-align: center;
  background-color: #66cc66;
  color: #fff;
  padding: 20px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .reviews #review_summary {
    margin-bottom: 15px;
  }
}
.reviews #review_summary strong {
  font-size: 42px;
  font-size: 2.625rem;
  display: block;
  line-height: 1;
}
.reviews #review_summary em {
  font-style: normal;
  font-weight: 500;
  display: block;
}
.reviews .progress {
  margin-bottom: 12px;
  height: 5px;
}
.reviews .progress-bar {
  background-color: #66cc66;
}
.reviews .reviews_sum_details h6 {
  font-size: 14px;
  font-size: 0.875rem;
}
.reviews .reviews_sum_details strong {
  position: relative;
  top: -8px;
}

.review_card {
  background-color: #fff;
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 25px 25px 10px 25px;
  margin-bottom: 30px;
}
.review_card .user_info {
  text-align: center;
}
@media (max-width: 767px) {
  .review_card .user_info {
    margin-bottom: 10px;
  }
}
.review_card .user_info figure {
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .review_card .user_info figure {
    float: left;
  }
}
.review_card .user_info figure img {
  width: 50px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.review_card .user_info h5 {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 767px) {
  .review_card .user_info h5 {
    float: left;
    margin: 18px 0 0 15px;
  }
}
.review_card .review_content h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.review_card .review_content .rating {
  float: left;
  font-weight: 600;
  font-size: 26px;
  font-size: 1.625rem;
  color: #66cc66;
}
.review_card .review_content .rating small {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}
.review_card .review_content .rating strong {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #444;
}
@media (max-width: 575px) {
  .review_card .review_content .rating {
    float: none;
    display: block;
  }
}
@media (max-width: 575px) {
  .review_card .review_content .rating em {
    float: none;
    display: inline-block;
    margin-left: 10px;
  }
}
.review_card .review_content em {
  color: #999;
  float: right;
}
@media (max-width: 575px) {
  .review_card .review_content em {
    float: none;
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}
.review_card .review_content ul {
  margin: 35px 0 25px 0;
  padding: 0;
}
.review_card .review_content ul li {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-right: 0;
}
@media (max-width: 575px) {
  .review_card .review_content ul li span {
    display: none;
  }
}
.review_card .review_content ul li a {
  background-color: #f0f0f0;
  padding: 7px 10px 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #444;
}
.review_card .review_content ul li a:hover {
  background-color: #e54750;
  color: #fff;
}
.review_card .review_content ul li a i {
  margin-right: 5px;
}
@media (max-width: 575px) {
  .review_card .review_content ul li a i {
    margin-right: 0;
  }
}
.review_card .review_content ul li:last-child {
  float: right;
  margin-right: 0;
}
.review_card .reply {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .review_card .reply .user_info {
    display: none;
  }
}
.review_card .reply .user_info figure {
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.review_card .reply .user_info figure img {
  width: 50px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.review_card .reply .user_info h5 {
  font-size: 14px;
  font-size: 0.875rem;
}
.review_card .reply .review_content {
  border-left: 5px solid #ededed;
  padding-left: 20px;
}
@media (max-width: 575px) {
  .review_card .reply .review_content strong {
    display: block;
  }
}
.review_card .reply .review_content em {
  color: #999;
  font-style: italic;
  float: right;
}
@media (max-width: 575px) {
  .review_card .reply .review_content em {
    float: none;
    display: block;
    margin-top: 10px;
  }
}
.radio_select ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.radio_select ul li {
  display: inline-block;
  margin: 0;
  width: 23.5%;
}
.radio_select.chose_day ul li {
  width: 43.5%;
}
.radio_select input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.radio_select label {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 8px;
  border: 1px dotted #c8c8c8;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
.radio_select label em {
  display: block;
  color: red;
  font-style: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
}
.radio_select label:hover {
  background-color: #dfd;
}
.radio_select input[type="radio"]:focus + label {
  border: 1px solid transparent;
  background-color: #e54750;
  color: #fff;
}
.radio_select input[type="radio"]:focus + label em {
  color: #ffff66;
}
.radio_select input[type="radio"]:checked + label {
  border: 1px solid transparent;
  background-color: #e54750;
  color: #fff;
}
.radio_select input[type="radio"]:checked + label em {
  color: #ffff66;
}

/*-------- Modal Order --------*/
#product-details-dialog .modal-dialog {
  max-width: 400px;
  min-width: 300px;
}
#product-details-dialog .modal-content {
  border-radius: 1rem;
}
#product-details-dialog .modal-footer {
  justify-content: space-between;
}
#product-details-dialog .content {
  padding: 20px 20px 0 20px;
}
#product-details-dialog .content h5 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px;
}
#product-details-dialog .content ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#product-details-dialog .content ul li span {
  float: right;
}
#product-details-dialog .content ul li {
  padding: 6px;
  border-radius: 50px;
  border: 1px solid #eee;
  margin: 0 4px 4px 0;
}
#product-details-dialog .content ul li .container_radio{
  margin-bottom: 0;
}
#product-details-dialog .p-adds .numbers-row {
  margin-bottom: 4px;

}
#product-details-dialog .p-adds .numbers-row input {
  font-size: 14px;
  height: 30px;
}
#product-details-dialog .p-adds .col.text-end {
  max-width: 60px;
  font-weight: bold;
}
#product-details-dialog .p-adds .row.small-gutters{
  align-items: center;
}
#product-details-dialog .p-adds .numbers-row .button_inc {
  height: 30px;
  line-height: 28px;
}
#product-details-dialog .form-control:disabled,
#product-details-dialog .form-control[readonly] {
  background-color: #ffffff;
}
#product-details-dialog .footer {
  -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 15px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.pr-total{
  font-size: 18px;
  font-weight: 700;
}
.pr-total span {
 color: #e54750;
}
.rest-logo {
  max-height: 100px;
  width: auto;
  float: right;
  border-radius: 10px;
}

.list_menu section {
  margin-bottom: 30px;
}
.list_menu section h4 {
  font-size: 36px;
}
#product-details-dialog .modal-body-img{
  height: 300px;
  overflow: hidden;
}
#product-details-dialog .modal-header{
  position: absolute;
  right: 20px;
  top: 20px;
}
#product-details-dialog .modal-header .btn-close{
  opacity: 1;
}
#product-details-dialog img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
#product-details-dialog .modal-title{
  margin-bottom: 10px;
  font-size: 18px;
}

#product-details-dialog .m-qtt {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.menu_item .card_infoWrapper {
  min-height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #product-details-dialog .footer .mb-mobile {
    margin-bottom: 5px;
  }
  .rest-logo {
    float: left;
    margin-top: 10px;
  }
  .secondary_nav ul {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding: 6px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .secondary_nav ul::-webkit-scrollbar {
    display: none;
  }
  .hero_in.detail_page .wrapper .main_info .head {
    margin-bottom: 0px;
  }
  .hero_in.detail_page {
    height: 260px;
  }
  .hero_in.detail_page .container {
    display: flex;
    align-items: center;
  }
  .hero_in.detail_page .wrapper .main_info {
    padding: 10px;
  }
  .margin_detail {
    padding: 20px;
  }
  .list_menu section h4 {
    font-size: 24px;
  }
  .menu_item h3 {
    margin: 0 0 5px 0;
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    word-break: break-word;
    font-weight: normal;
    line-height: 20px;
    text-overflow: ellipsis;
    letter-spacing: -0.24px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  
  #product-details-dialog .content {
    padding: 0px 10px 0 10px;
    overflow-x: hidden;
  }
  .menu_item a figure {
    height: 140px;
  }
  .menu_item p {
    display: none;
  }
  .product-footer .p-price {
    font-size: 16px;
    display: flex;
    flex-direction: column;
  } 
  .product-footer {
    padding: 0 12px 15px;
  }
  .product-footer .p-price s {
    font-size: 10px;
    line-height: 7px;
  }
  .menu_item .product-info {
    padding: 12px;
  }
  #product-details-dialog .modal-dialog {
    max-width: 100%;
    min-width: 300px;
  }
  #product-details-dialog .modal-title {
    margin: 20px 0;
    font-size: 18px;
  }
  .pr-total {
    font-size: 17px;
    font-weight: 700;
  }
}