/* 1560> */
@media (max-width: 1560px) {
    /* Checkout */
    .checkoutform_wrap form h3 {
      font-size: 22px;
    }
  
    .checkoutform_wrap form input[type="text"],
    .checkoutform_wrap form input[type="email"],
    .checkoutform_wrap form input[type="tel"],
    .checkoutform_wrap form input[type="password"] {
      margin-top: 5px;
      height: 36px;
    }
  
    .checkoutform_wrap form p {
      margin-top: 10px;
    }
  
    .checkoutform_wrap .form_options {
      margin-top: 10px;
    }
  
    /* Checkout end */
    /* Restaurant single */
    .restaurants_single_slider .slick-arrow.slick-prev {
      left: -50%;
    }
  
    .restaurants_single_slider .slick-arrow.slick-next {
      right: -50%;
    }
  
    /* Restaurant single */
  }
  
  /* 1400> */
  @media (max-width: 1400px) {
    /* header */
    .menu_lang {
      margin-left: 0;
    }
  
    .menu_user {
      margin-right: 0;
    }
  
    /* header end */
  }
  
  /* 1200> */
  @media (max-width: 1200px) {
    /* footer */
    .menu_soc i {
      font-size: 28px;
    }
  
    .trip_advisor img {
      width: 50px;
    }
  
    /* footer end */
    /* home */
    .home_main_info_wrap,
    .events_wrap {
      height: 194px;
    }
  
    .home_menu_wrap {
      height: 290px;
    }
  
    .home_takeaway:after {
      display: none;
    }
  
    .home_takeaway .row {
      padding-top: 150px;
    }
  
    .home_takeaway .row:after {
      bottom: auto;
      left: 0;
      top: 40px;
      right: 0;
      height: 90px;
      width: 100%;
      background-size: auto 100% !important;
    }
  
    .home_takeaway h3 {
      font-size: 20px;
    }
  
    .home_takeaway_steps {
      padding: 15px;
    }
  
    .home_takeaway_step h5 {
      font-size: 10px;
      padding: 5px 2px;
    }
  
    .home_takeaway_step span {
      font-size: 38px;
    }
  
    .home_takeaway a {
      font-size: 16px;
    }
  
    .home_news {
      padding-top: 50px;
    }
  
    .home_news.news_section {
      padding-top: 70px;
    }
  
    .home_news.news_single_section {
      padding-top: 100px;
    }
  
    /* home end */
    /* check out */
    .checkout {
      max-width: 50vw;
    }
  
    .checkout.expand {
      width: 100vw;
      max-width: 100vw;
    }
  
    .checkout_wrap,
    .checkoutform_wrap {
      width: 50vw;
    }
  
    .checkoutform_wrap form input[type="text"],
    .checkoutform_wrap form input[type="email"],
    .checkoutform_wrap form input[type="tel"],
    .checkoutform_wrap form input[type="password"] {
      margin-top: 10px;
    }
  
    /* check out end */
  }
  
  /* 990> */
  @media (max-width: 991px) {
    /* header */
    .menu_main a {
      display: none;
    }
  
    .menu_main div a {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
    }
  
    .menu_btn {
      width: 34px;
      height: 25px;
      border: none;
      padding: 0;
      position: absolute;
      top: 0;
      right: 15px;
      bottom: 0;
      margin: auto;
      background: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      z-index: 3;
    }
  
    .ik-menu-expand {
      position: absolute;
      background-color: transparent;
      width: 30px;
      min-width: 30px;
      max-width: 30px;
      height: 30px;
      top: 0;
      left: 0;
      z-index: 100;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      cursor: pointer;
      -webkit-transition: 1s;
      transition: 1s;
    }
  
    .ik-menu-expand span {
      background-color: #fff;
      -webkit-transition: 1s;
      transition: 1s;
    }
  
    .ik-menu-expand span {
      display: block;
      position: absolute;
      background-color: rgb(134, 103, 97);
      left: 0;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear;
      width: 100%;
      height: 2px;
    }
  
    .ik-menu-expand span:nth-child(1) {
      top: 2px;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear;
    }
  
    .ik-menu-expand span:nth-child(2),
    .ik-menu-expand span:nth-child(3) {
      top: 13px;
    }
  
    .ik-menu-expand span:nth-child(4) {
      top: 24px;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear;
    }
  
    .ik-menu-expand.active {
      -webkit-transition: none;
      transition: none;
    }
  
    .ik-menu-expand.active span:nth-child(1) {
      top: 5px;
      width: 0;
      left: 50%;
      -webkit-transition: none;
      transition: none;
    }
  
    .ik-menu-expand.active span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  
    .ik-menu-expand.active span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
  
    .ik-menu-expand.active span:nth-child(4) {
      top: 10px;
      width: 0;
      left: 50%;
      -webkit-transition: none;
      transition: none;
    }
  
    .menu_prime {
      position: absolute;
      background: #fff;
      top: 56px;
      left: 0;
      right: 0;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all 0.35s linear;
      transition: all 0.35s linear;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      z-index: 2;
    }
  
    .menu_prime.active {
      max-height: 1000px;
      -webkit-transition: all 0.35s linear;
      transition: all 0.35s linear;
      z-index: 10;
    }
  
    .menu_prime ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      width: 100%;
      padding: 20px 0;
    }
  
    .menu_prime .secondary_menu {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: flex !important;
      border-top: 2px solid rgb(134, 103, 97);
    }
  
    .menu_prime ul li {
      margin: 10px 0 0 0;
      width: 100%;
      min-height: 40px;
      max-height: 40px;
      height: auto;
      -webkit-transition: all 0s linear !important;
      transition: all 0s linear !important;
      overflow: hidden;
    }
    .menu_prime ul li a {
      padding: 10px;
      line-height: normal;
    }
    .menu_prime ul li.active {
      background: rgb(134, 103, 97) !important;
      -webkit-transition: max-height 0.35s linear;
      transition: max-height 0.35s linear;
      max-height: 300px;
    }
    .menu_prime ul li.active:after {
      color: #efdbb2 !important;
    }
    .menu_prime ul li.active a {
      color: #efdbb2 !important;
    }
    .menu_prime ul li ul {
      position: relative;
      top: 0;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.35s linear;
      transition: max-height 0.35s linear;
      padding: 0 !important;
      z-index: 3 !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      background: rgb(134, 103, 97) !important;
      opacity: 1;
    }
    .menu_prime ul li.has_child:after {
      bottom: auto;
      top: 12px;
    }
    .menu_prime .sub_menu li {
      opacity: 1;
      height: 40px;
      width: 100%;
    }
    .menu_prime ul li.active ul {
      max-height: 270px;
      top: 0;
      left: 0px;
      overflow: visible;
      -webkit-transition: max-height 0.35s linear;
      transition: max-height 0.35s linear;
    }
    .menu_prime ul li ul li {
      margin-top: 5px !important;
      height: auto;
      background: rgb(134, 103, 97) !important;
      -webkit-transition: all 0s linear;
      transition: all 0s linear;
    }
  
    .menu_prime ul li:first-child {
      margin: 0;
    }
  
    /* header end */
    /* footer */
    .menu_soc,
    .we_accept {
      -webkit-align-content: flex-start;
      align-content: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      margin-top: 10px;
    }
  
    .we_accept {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      text-align: left;
    }
  
    /* footer end */
    /* home */
    .home_main_info.upper {
      margin-top: -95px;
    }
  
    .home_main_info_wrap,
    .events_wrap {
      height: 140px;
    }
  
    .home_menu_wrap {
      height: 210px;
    }
  
    /* home end*/
    /* check out */
    .checkout .price_amount,
    .checkout .info_wrap h4 {
      width: 90%;
    }
  
    .checkout .delete {
      right: 10%;
    }
  
    /* check out end */
    /* Carrier */
    .career_content_holder img,
    .career_contact_holder p {
      width: 80%;
    }
  
    /* Carrier end */
    /* contacts */
    .contacts_content .contact_wrap {
      margin-top: 35px;
    }
  
    .contacts_content .contact_wrap h4 {
      font-size: 22px;
    }
  
    .contacts_content .contact_wrap p,
    .contacts_content .contact_wrap a,
    .contacts_content .contact_wrap span {
      font-size: 16px;
    }
  
    /* contacts end */
    /* menu single */
    .menu_single_wrap .content_wrap .content_wrap_holder {
      padding: 10px;
    }
  
    .menu_single_wrap .content_wrap .content_wrap_holder h5 {
      width: 100%;
      font-size: 18px;
    }
  
    .menu_single_wrap .content_wrap .content_wrap_holder p {
      width: 100%;
      font-size: 18px;
    }
  
    .menu_single_wrap .content_wrap .content_wrap_holder {
      height: 116px;
    }
  
    .menu_single_wrap:hover .content_wrap_holder {
      height: 264px;
    }
    .menu_single_wrap .image_wrap .product_items .item {
      font-size: 14px;
      padding: 6px 5px;
    }
    .menu_single_wrap .image_wrap .label {
      top: 10px;
    }
  
    .menu_single_wrap .image_wrap .label_takeaway {
      left: 10px;
    }
  
    .menu_single_wrap .image_wrap .label_new {
      width: 60px;
      height: 25px;
      font-size: 14px;
      right: 10px;
    }
  
    .menu_single_data {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      padding: 10px;
    }
  
    .menu_single_data .btn {
      width: 100%;
      margin-top: 20px;
      height: 40px;
    }
    .menu_single_data .btn span {
      position: absolute;
      width: 110%;
      top: 0;
      left: auto;
      bottom: 0;
      right: auto;
      margin: auto;
      z-index: -1;
      overflow: hidden;
    }
  
    /* menu single end */
    /* restaraunts single */
    .restaurants_single_section .reservation_holder h1 a {
      font-size: 24px;
    }
  
    .restaurants_single_section .facilities div {
      width: 70px;
    }
  
    .restaurants_single_section .facilities span {
      font-size: 14px;
    }
  
    /* restaraunts single end */
    .events_wrap h5 {
      width: 100%;
    }
  
    .facilities div {
      margin-right: 10px;
    }
  
    .restaurants_wrap .content_wrap {
      padding: 10px;
    }
    .restaurants_wrap .content_wrap h4 {
      font-size: 22px;
    }
    .restaurants_wrap .content_wrap p {
      font-size: 18px;
    }
  }
  
  /* 768> */
  @media (max-width: 767px) {
    .menu_btn {
      right: 25px;
    }
  
    /* header */
    .menu_user .item_basket {
      width: 0;
      font-size: 0;
      text-indent: -9999;
      color: transparent;
      margin-left: 0;
    }
  
    /* header end */
    /* footer */
    footer ul {
      margin-top: 10px;
    }
  
    footer ul li {
      text-align: center;
    }
  
    .menu_soc,
    .we_accept {
      -webkit-align-content: center;
      align-content: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      margin-top: 30px;
    }
  
    .menu_soc i {
      font-size: 36px;
    }
  
    .trip_advisor img {
      width: 70px;
    }
  
    .we_accept {
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      text-align: center;
    }
  
    /* footer end */
    /* home */
    .home_main_info_wrap,
    .events_wrap {
      height: 340px;
    }
  
    .home_menu_wrap {
      height: 510px;
    }
  
    div.home_menu_wrap {
      height: auto;
      padding-bottom: 20px;
    }
  
    /* home end */
    /* check out */
    .checkout {
      max-width: 100vw;
    }
  
    .checkout.expand {
      width: 100vw;
      max-width: 100vw;
    }
  
    .checkout_wrap,
    .checkoutform_wrap {
      width: 100vw;
    }
  
    .checkout.expand .checkoutform_wrap {
      width: 100vw;
      z-index: 2;
    }
  
    .checkout .price_amount,
    .checkout .info_wrap h4 {
      width: 99%;
      height: 48px;
    }
  
    .checkout .price_amount,
    .checkout .info_wrap h4 span {
      height: 48px;
    }
  
    .checkout .delete {
      right: 1%;
    }
  
    .checkout .image_wrap {
      width: 80px;
      height: 80px;
    }
  
    .checkout .info_wrap {
      width: calc(100% - 80px);
    }
  
    .checkout .info_wrap h4 {
      line-height: 1;
    }
  
    .checkout .price_amount {
      margin-top: 7px;
    }
  
    .checkout .checkout_btn {
      height: 130px;
    }
  
    .checkout_forms_wrap {
      height: calc(100% - 130px);
    }
  
    .checkoutform_wrap form {
      width: 80%;
    }
  
    .checkoutform_wrap form input[type="text"],
    .checkoutform_wrap form input[type="email"],
    .checkoutform_wrap form input[type="tel"],
    .checkoutform_wrap form input[type="password"] {
      margin-top: 5px;
    }
  
    .checkoutform_wrap form .wrap {
      margin-top: 20px;
    }
  
    /* check out end */
    /* SignIn/ SignUp */
    .modal_window {
      height: 95vh;
      min-height: 95vh;
      max-height: 95vh;
      width: 95vw;
      max-width: 95vw;
      min-width: 95vw;
    }
  
    .modal_window_body.signup,
    .modal_window_body.signin {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      background: none;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
    }
  
    .block_form {
      background: #fff;
    }
  
    .block_form,
    .block_brown {
      width: 100%;
      padding: 20px;
    }
  
    .block_form {
      height: 60%;
    }
  
    .block_brown {
      height: 40%;
    }
  
    .block_form .soc_icons,
    .block_form p {
      margin-top: 10px;
    }
  
    .block_form form {
      margin-top: 0;
    }
  
    .block_form .soc_icons a {
      width: 30px;
      height: 30px;
    }
  
    .block_form .soc_icons a i {
      font-size: 14px;
    }
  
    .block_form form input[type="email"],
    .block_form form input[type="text"],
    .block_form form input[type="password"],
    .block_form form input[type="tel"] {
      height: 35px;
      font-size: 16px;
      margin-top: 10px;
    }
  
    .modal_window_body .btn {
      height: 40px;
      min-height: 40px;
      width: 185px;
      line-height: 38px;
      font-size: 18px;
    }
  
    .block_brown p {
      width: 90%;
      margin-top: 15px;
    }
  
    .modal_window .close {
      top: 10px;
      right: 10px;
    }
  
    .modal_window .close i {
      color: #343434;
    }
  
    .modal_window_body.signin form .btn {
      margin-top: 29px;
    }
  
    /* SignIn/ SignUp end */
    /* Takeaway */
    .takeaway_top img {
      width: 150px;
    }
  
    .takeaway_top h4 {
      width: 90%;
    }
  
    .delivery_content_wrap,
    .delivery_content .row:nth-child(2n) .delivery_content_wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
  
    .delivery_content_wrap_holder {
      width: 100%;
    }
  
    .delivery_content h2 {
      padding: 0 35px 6px 35px;
      font-size: 18px;
    }
  
    .delivery_content h2 span {
      top: -1px;
      font-size: 32px;
      left: -10px;
    }
  
    .delivery_content .row:nth-child(2n) h2 span {
      right: -10px;
    }
  
    /* Takeaway end*/
    /* Career */
    .career_content {
      padding: 60px 0 100px;
    }
  
    .career_content .col-12 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
      position: relative;
      padding-top: 40px;
    }
  
    .career_content .row .career_content_holder {
      width: 100%;
      overflow: hidden;
    }
  
    .career_content_holder h2 {
      font-size: 18px;
      padding-top: 15px;
      position: absolute;
      top: 10px;
      left: 15px;
      right: 15px;
      width: auto;
      overflow: hidden;
    }
  
    .career_content_holder p {
      width: 100%;
      margin-top: 15px;
      font-size: 16px;
    }
  
    .career_content_holder img {
      width: 100%;
    }
  
    .career_content .btn,
    .news_section .btn,
    .career_contact_holder .btn {
      height: 40px;
      width: 185px;
      line-height: 38px;
      font-size: 18px;
    }
  
    /* Career end */
    /* FAQ */
    .static_content h4 {
      font-size: 24px;
      margin-top: 30px;
    }
  
    .static_content p {
      font-size: 16px;
    }
  
    .static_content {
      padding-top: 70px;
    }
  
    /* FAQ end */
    /* contacts */
    .contacts_content .contact_wrap {
      margin-top: 25px;
    }
  
    .contacts_content .contact_wrap h4 {
      font-size: 20px;
      line-height: 1;
    }
  
    .contacts_content .contact_wrap p {
      padding: 10px 0;
    }
  
    .contacts_content {
      padding-top: 75px;
    }
  
    /* contacts end */
    /* restaurant single */
    .restaurants_single_section .restaurants_single_data {
      width: 100%;
    }
  
    .restaurants_single_slider .slick-track {
      padding-top: 30px !important;
      padding-bottom: 30px !important;
      height: 250px !important;
    }
  
    .restaurants_single_slider .img_wrap {
      margin: 0 15px;
    }
  
    .restaurants_single_slider .slick-arrow {
      display: none !important;
    }
  
    .this_location {
      padding: 15px;
    }
  
    .this_location h4 {
      font-size: 18px;
    }
  
    .this_location a,
    .this_location span {
      font-size: 16px;
    }
  
    /* restaurant single end */
    /* about */
  
    .about_intro h3. .about_intro h3 {
      font-size: 28px;
    }
  
    .vision_icons .icon {
      margin: 0 10px;
    }
  
    .vision_icons .icon span {
      font-size: 14px;
    }
  
    /* about end */
    .facilities div {
      margin-right: 20px;
    }
    .menu_single_wrap .content_wrap .content_wrap_holder {
      padding: 20px;
    }
  
    .menu_single_wrap .content_wrap .content_wrap_holder h5 {
      width: 100%;
      font-size: 20px;
    }
  
    .menu_single_wrap .content_wrap .content_wrap_holder p {
      width: 100%;
      font-size: 20px;
    }
  
    .menu_single_wrap .content_wrap .content_wrap_holder {
      height: 120px;
    }
    .menu_single_wrap .image_wrap .product_items .item {
      font-size: 14px;
      padding: 6px 7px;
    }
  
    .menu_single_wrap:hover .content_wrap_holder {
      height: 288px;
    }
  
    .restaurants_wrap .content_wrap {
      padding: 20px;
    }
    .restaurants_wrap .content_wrap h4 {
      font-size: 25px;
    }
    .restaurants_wrap .content_wrap p {
      font-size: 20px;
      min-height: auto !important;
    }
  }
  
  @media (max-width: 567px) {
    .home_main_info_wrap,
    .events_wrap {
      height: calc((100vw - 30px) * 0.6666);
    }
  
    .home_menu_wrap {
      height: calc(100vw - 30px);
    }
  
    .footer_copy span {
      font-size: 14px;
    }
  
    .checkout .info_wrap {
      padding-left: 10px;
    }
  
    .facilities div {
      margin-right: 15px;
    }
    .menu_single_wrap .content_wrap .content_wrap_holder {
      padding: 10px;
    }
    .menu_single_wrap .content_wrap .content_wrap_holder h5 {
      width: 100%;
      font-size: 18px;
    }
  
    .menu_single_wrap .content_wrap .content_wrap_holder p {
      width: 100%;
      font-size: 18px;
    }
  
    .menu_single_wrap .content_wrap .content_wrap_holder {
      height: 116px;
    }
  
    .menu_single_wrap:hover .content_wrap_holder {
      height: 264px;
    }
  
    .restaurants_wrap .content_wrap {
      padding: 10px;
    }
    .restaurants_wrap .content_wrap h4 {
      font-size: 22px;
    }
    .restaurants_wrap .content_wrap p {
      font-size: 18px;
    }
  }
  
  /* 350> */
  @media (max-width: 350px) {
    .checkout .image_wrap {
      display: none;
    }
    .checkout .info_wrap {
      width: 100%;
      padding: 0;
    }
    .facilities div {
      margin-right: 10px;
    }
  }
  