#banner_top {
  margin-top: 80px;
}
@media screen and (max-width:575px){
    #banner_top {
        margin-top: 60px;
    }
}
#banner_top .main_img {
  display: block;
  height: 120px;
  width: 100%;
  transition: 0.3s all ease;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:575px){
    #banner_top .main_img {
        height: 90px;
    }
}
#banner_top .banner_inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background-image: linear-gradient(to top, rgba(14, 19, 23, 0.7294117647), transparent);
}
#banner_top .banner_inner .logo {
  position: absolute;
  right: 20px;
  bottom: -45px;
  width: 90px;
  height: 90px;
  z-index: 2;
  padding: 6px;
  border: 1px solid #c19977;
  border-radius: 50%;
}
@media screen and (max-width: 575px) {
    #banner_top .banner_inner .logo {
        width: 70px;
        height: 70px;
        bottom:-32px;
    }
}
#banner_top .banner_inner .logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
#banner_top .breadcrumb_sec {
  position: absolute;
  bottom: -50px;
  right: 100px;
}


.product_lists {
  margin-top: 0;
  padding-bottom: 30px;
}

.product_lists .product_lists_inner {
  background: #fff;
  /*padding: 16px;*/
  font-family: "iranyekanbold", "Sans_Medium";
}

.product_lists .product_lists_inner.pro_list {
  box-shadow: 0 -2px 5px -5px #10161a;
  padding: 6px 16px 12px;
  border-radius: 36px 36px 0 0;
  margin-bottom: -12px;
}
@media screen and (max-width: 575px) {
  .product_lists .product_lists_inner , .product_lists .product_lists_inner.pro_list {
    padding-top: 12px;
  }
} 
.product_lists .list_factor_btm {
  position: fixed;
  right: 0;
  bottom: 64px;
  left: 0;
  transition: height 2s;
  z-index:3;
}
@media screen and (max-width: 575px) {
    .product_lists .list_factor_btm {
        bottom: 68px;
    }
}
.product_lists .list_factor_btm .total_price {
  width: calc(100% - 156px);
  padding-left: 6px;
  gap: 2px;
}
.product_lists .list_factor_btm .total_price .tx {
  color: #686868;
  font-size: 14px;
  font-family: "iranyekanbold", "Sans_Medium";
  margin-left: 10px;
}
.product_lists .list_factor_btm .total_price .price_new {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  font-family: "iranyekanbold", "Sans_Medium";
}
.product_lists .list_factor_btm .total_price .price_new span {
  color: #686868;
  font-size: 12px;
}
.product_lists .list_factor_btm .btn_page {
  background: #d30925;
}
.product_lists .list_factor_btm .child_pay {
  width: 300px;
  gap: 8px;
  justify-content: end;
}
@media screen and (max-width: 630px) {
  .product_lists .bottom_factor{
    display: block !important;
  }
  .product_lists .list_factor_btm .btm_pay{
      display: flex;
      justify-content: end;
  }
  .product_lists .list_factor_btm .total_price{
    margin-bottom: 10px;
    width:100%;
  }
}
.product_lists .list_factor_btm .btm_pay .btn_page , .product_lists .list_factor_btm .btm_pay .view_details {
    width:fit-content;
}
.product_lists .list_factor_btm .view_details {
  color: #FFFFFF;
  border: 0;
  background: #0D9276;
  padding: 12px 14px 12px 14px;
  width:100%;
  font-size: 12px;
  font-family: "iransans";
  border-radius: 8px;
}
.product_lists .list_factor_btm .view_details i{
  font-size: 14px;
  margin-right: 6px;
  transition: all 400ms linear;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 575px) {
    .product_lists .list_factor_btm .view_details {
        padding:8px 14px 8px 14px;
    }
}
.product_lists .product_lists_in {
  padding: 16px 16px 92px 74px;
  position: relative;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  background: #fff;
  height: calc(100vh - 448px);
  overflow: auto;
}
@media screen and (max-width: 575px) {
  .product_lists .product_lists_in {
    height: calc(100vh - 410px);
    padding: 12px 12px 118px;
  }
}

/*.product_lists .product_lists_in .product_item:last-child {*/
/*  margin-bottom: 0;*/
/*}*/

.product_lists .bottom_factor {
  padding-top: 6px;
}
@media screen and (max-width: 575px) {
  .product_lists .bottom_factor {
    padding: 6px 0 12px;
  }
}
.product_lists .bottom_factor .total-price .tx {
  color: #dbdbdb;
  font-size: 16px;
  font-family: "iranyekanbold", "arial";
}
.product_lists .bottom_factor .total-price .price {
  margin-top: 6px;
  font-size: 20px;
  color: #c19977;
}
.product_lists .bottom_factor .btn_page {
  margin-top: 12px;
  padding: 12px 20px 12px 20px;
  width: fit-content;
}
@media screen and (max-width: 575px){
    .product_lists .bottom_factor .btn_page{
        padding: 8px 12px;
    }
}
.product_lists .bottom_factor .btn_page i {
  font-size: 14px;
}
#info_restaurant .testi_item {
    padding: 24px 24px !important;
}
.left_content {
  border: 1px dashed rgba(255, 255, 255, 0.2);
  margin-top: 24px;
  display: none;
}
.left_content .left_in {
  position: relative;
  z-index: 1;
  padding: 16px;
  background: #e7e7e7;
  margin-bottom: 18px;
}
/*@media screen and (max-width: 1199px) {*/
/*  .left_content .left_in {*/
/*    padding: 0 14px;*/
/*  }*/
/*}*/
.left_content .left_content_top {
  padding: 6px 0;
}
.left_content .left_content_top .sub_price {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  font-family: "iranyekanbold", "Sans_Medium";
  color: #686868;
}
.left_content .left_content_top .price {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  font-family: 'iransans';
}
.left_content .left_content_top .price span {
  font-size: 12px;
  font-weight: 400;
  font-family: "iranyekanbold", "Sans_Medium";
}
.left_content .total_pricee {
  padding: 4px 0;
}
.left_content .total_pricee .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  font-family: "iranyekanbold", "Sans_Medium";
  color: #686868;
}
.left_content .total_pricee .total_price_in {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  font-family: "Sans_Medium";
}
.left_content .total_pricee .total_price_in span {
  font-size: 12px;
  font-weight: 400;
  font-family: "iranyekanbold", "Sans_Medium";
}
.left_content .total_off {
  padding: 3px 0;
}
.left_content .total_off .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #b1b5b7;
}
.left_content .total_off .total_off_in {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-right: 5px;
  font-family: "Sans_Medium";
}
.left_content .total_off .total_off_in span {
  font-size: 12px;
  font-weight: 400;
  font-family: "iranyekanbold", "Sans_Medium";
}
/*.left_content .btn_left {*/
/*  margin: 0 0 15px;*/
/*}*/
.left_content .btn_left .btn_page {
  background: #000;
  padding: 10px 24px 10px 24px;
}

.pro_list.new_style {
  background: #ffffff;
}

.code_offer {
  margin-top: 16px;
}
@media screen and (max-width: 575px) {
  .code_offer {
    margin-top: 0;
  }
}
/*.code_offer .right_description{*/
/*    width:50%;*/
/*}*/
ode_offer .code_offer_form {
  width: 250px;
  border-radius: 36px;
  overflow: hidden;
  border: 1px solid #363637;
  padding: 6px 6px;
}
@media screen and (max-width: 575px) {
  .code_offer form {
    width: 100%;
  }
}
.code_offer form .form-control {
  border: 0;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 7px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  color: #444;
  font-family: 'iransans';
}
.code_offer form .form-control:focus {
  background-color: transparent;
  box-shadow: unset;
  color: #444;
}
.code_offer form .form_btn {
  border: 0;
  background-color: #70798b;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 24px;
  border-radius: 24px;
  font-family: "iranyekanbold", "Sans_Medium";
}
.code_offer .des_form textarea{
  width: 100%;
  border-radius: 0;
  border: 1px solid #d7d7d7;
  box-shadow: unset !important;
}

/**** start product-item *****/
.product_lists .product_item {
  position: relative;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  box-shadow: unset;
}
.product_lists .product_item .product_caption .product_title_en {
    color: #999494;
}
.product_item .item_price {
  display: flex;
}
@media screen and (max-width: 450px) {
  .product_item .item_price {
    display: block;
  }
}
.product_item .item_price .price_after {
  /*color: #fff !important;*/
  /*font-size: 15px !important;*/
}
.product_item .item_price .price_after span {
  font-size: 12px !important;
}
@media screen and (max-width: 450px) {
  .product_item .total_item {
    margin-bottom: 8px;
  }
}
.product_item .total_item .price_new {
  color: #000;
  font-size: 18px;
  font-family: "iranyekanbold", "Sans_Medium";
  text-decoration: none;
  line-height: 20px;
}
.product_item .total_item .price_new span {
  font-size: 13px;
  color: #4d4d4d;
}
.product_item .number_product_wrap {
  display: flex !important;
  height: auto !important;
}
@media screen and (max-width: 450px) {
  .product_item .number_product_wrap {
    display: block !important;
  }
}

/**** end product-item *****//*# sourceMappingURL=bills.css.map */
.breadcrumb_sec .breadcrumb{
  background-color: transparent !important;
}
.product_item .product_caption .item_price .price_item_in_card {
    color:#686868 !important;
}