@charset "utf-8";

body {
  position: relative;
}

.list-group {
  position: sticky;
  top: 15%;
  text-align: right;
  border-right: 1px solid #ccc;
  border-radius: 0 !important;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 3px 3px;
  background-color: #fff;
  border: none !important;
  text-align: right;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #fff !important;
  color: #f90 !important;
  border-right: #f90 4px solid !important;
  font-weight: bold !important;
}

.list-group-item a {
  z-index: 2;
  color: #fff;
  background-color: #fff !important;
  color: #f90 !important;
  border-right: #f90 4px solid !important;
  font-weight: bold !important;
}

.section {
  margin: 2% 1% 1% 1%;
  border-bottom: 1px solid #ccc;
  width: 90%;
  padding-bottom: 3%;
}

.section1 {
  margin: 1% 1% 1% 1%;
  border-bottom: 1px solid #ccc;
  width: 90%;
}

.section h6 {
  font-size: 15px;
  font-weight: 500;
  color: #282c3f;
  padding: 1% 0 0 0;
}

.section1 h6 {
  font-size: 15px;
  font-weight: 500;
  color: #282c3f;
  padding: 1% 0 0 0;
}

h3 {
  font-size: 30px;
  color: #333;
}

.section p {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #282c3f;
  margin-bottom: -3px;
}

.section1 p {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #282c3f;
  margin-bottom: -1px;
}

span {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #282c3f;
}

.food_img {
  position: absolute;
  height: 90px;
  width: 130px;
  right: 0;
}

.add_button {
  position: absolute;
  background-color: #fff;
  color: #090;
  width: 100px;
  height: 25px;
  border: #ccc 2px solid;
  align-items: center;
  right: 4%;
  top: 100%;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
}

.add_button_no_image {
  top: 50%;
}

.add_cart {
  position: absolute;
  width: 100px;
  height: 25px;
  align-items: center;
  right: 4%;
  top: 70%;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
}

.add_cart_button {
  position: absolute;
  background-color: #fff;
  width: 48px;
  height: 25px;
  border: 0;
  align-items: center;
  top: 80%;
  font-size: 13px;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.add_cart_button2 {
  background-color: #fff;
  width: 48px;
  height: 25px;
  border: 0;
  align-items: center;
  font-size: 13px !important;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.add_cart .btn-gary {
  margin-top: 20% !important;
  border-radius: 5px 0 0 5px;
  text-align: center;
}

.btn-gary_new {
  border-radius: 5px 0 0 5px;
  text-align: center;
  height: 25px;
  font-size: 10px;
  position: relative;
  left: 5px;
  margin-top: -3px;
}

.btn-gary_new2 {
  border-radius: 0 5px 5px 0;
  text-align: center;
  height: 25px;
  font-size: 10px;
  position: relative;
  right: 5px;
  margin-top: -3px;
}

.add_cart .btn-gary2 {
  right: -0% !important;
  border-radius: 0 5px 5px 0;
  margin-top: 20% !important;
}

.add_button1 {
  position: absolute;
  background-color: #fff;
  color: #090;
  width: 100px;
  height: 25px;
  border: #ccc 2px solid;
  align-items: center;
  right: 4%;
  top: 20%;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
}

.section .btn-gary2 {
  position: absolute;
  width: 10px;
  height: 25px;
}

.section .btn-gary {
  width: 10px;
  height: 25px;
}

@media (min-width: 320px) and (max-width: 768px) {
  .section {
    border-bottom: 1px solid #ccc;
    width: 100%;
  }

  .section1 {
    border-bottom: 1px solid #ccc;
    width: 100%;
  }

  .food_img {
    position: absolute;
    height: 80px !important;
    width: 100px !important;
  }

  .add_button {
    position: absolute;
    background-color: #fff;
    color: #090;
    width: 80px;
    height: 25px;
    border: #ccc 2px solid;
    align-items: center;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    right: 10px;
    top: -25px !important;
  }

  .add_button1 {
    position: absolute;
    background-color: #fff;
    color: #090;
    width: 80px;
    height: 25px;
    border: #ccc 2px solid;
    align-items: center;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    right: -12px;
    top: -60px !important;
  }

  .food_img {
    right: -20px;
    position: absolute;
    height: 120px;
    width: 120px;
    margin-top: -100px;
  }

  .section p {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #282c3f;
    padding: 0;
    width: 80%;
  }

  .section1 p {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #282c3f;
    padding: 0;
    width: 80%;
  }

  .pane_mobile {
    display: none;
  }

  .add_cart_button {
    position: absolute;
    background-color: #fff;
    width: 40px !important;
    height: 25px;
    border: 0;
    align-items: center;
    right: 5%;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #ccc;
    top: -30px;
    text-align: center;
  }

  .add_cart .btn-gary {
    border-radius: 5px 0 0 5px !important;
    text-align: center;
    margin-top: -30px !important;
    position: absolute;
    left: 29%;
    border-right: 0;
  }

  .add_cart .btn-gary2 {
    position: absolute !important;
    right: -12% !important;
    border-radius: 0 5px 5px 0;
    margin-top: -30px !important;
  }
}

@media (min-width: 769px) and (max-width: 1800px) {
  .pane_laptop {
    display: none;
  }
}

.mobile_menu {
  color: #fff;
  position: fixed !important;
  bottom: 13%;
  z-index: 9999;
  right: 48%;
}

.btn-primary {
  align-self: center !important;
  border-radius: 14px !important;
  padding: 10% 25% 10% 25% !important;
  background-color: #c59d5f !important;
  border: 1px solid #c59d5f !important;
}

.dropdown-menu {
  height: 300px;
  overflow-y: scroll;
}

.dis_show {
  font-size: 10px !important;
}

.mobile_center {
  text-align: left !important;
}

.list-group-item_web {
  padding: 10px 3px !important;
}

.btn-gary.focus,
.btn-gary:focus {
  color: black;
  background-color: white;
  border-color: gray;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 0.2rem rgb(225 83 97 / 50%);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.btn-gary {
  color: black;
  background-color: white;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border: 1px solid #ccc;
}

.btn-gary2.focus,
.btn-gary2:focus {
  color: black;
  background-color: white;
  border-color: gray;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 0.2rem rgb(225 83 97 / 50%);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.btn-gary2 {
  color: black;
  background-color: white;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border: 1px solid #ccc;
}

.btn-gary2_new.focus,
.btn-gary2_new:focus {
  color: black;
  background-color: white;
  border-color: gray;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 0.2rem rgb(225 83 97 / 50%);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.btn-gary2_new {
  color: black;
  background-color: white;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border: 1px solid #ccc;
}

.bottom-left {
  border-left: 1px solid #ccc;
}

.bottom-right {
  border-right: 1px solid #ccc;
}

@font-face {
  font-family: "entypo-fontello";

  src: url("https://hakkasan.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff") format("woff");
}

#top .avia-font-entypo-fontello,
body .avia-font-entypo-fontello,
html body [data-av_iconfont="entypo-fontello"]:before {
  font-family: "entypo-fontello";
  background-color: black !important;
}

@media (min-width: 100px) and (max-width: 990px) {
  footer {
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;

    padding: 20px 0;
  }

  .f {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* .row {
    flex-direction: column;
    flex-wrap: wrap;
  } */

  .col-md-6 {
    width: 100%;
    margin-bottom: 20px;
  }

  .flex_column.av_three_fifth {
    width: 100%;
    margin: 2px;
  }

  /* Add some top margin for spacing on the content column */
  .flex_column.av_two_fifth {
    width: 100%;
    margin-top: 20px;
  }

  .flex_cell_inner {
    align-items: flex-start;
  }

  .avia_textblock font-small {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    flex-wrap: wrap;
  }

  .iconlist-char {
    display: block;
    margin-bottom: 10px;
    align-items: flex-start;
  }

  .avia_textblock.font-small p {
    margin-bottom: 10px;
    /* Add some margin between the paragraphs in column layout */
  }
}

@media screen and (max-width: 400px) {
  .iconlist-char {
    display: flex;
    align-items: baseline;
    justify-content: center;
    text-align: center;
  }
}

/* Responsive Styles for Social Media Icons */
@media screen and (max-width: 1099px) {

  /* footer {
      padding-right: 10px;
      margin-right: 15px;
    } */
  .avia-icon-list-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: auto;
    align-items: center;
  }

  .avia-icon-list {
    flex-wrap: wrap;
    width: auto;
  }

  .avia-icon-list li {
    margin: 5px;
    /* Add spacing between icons */
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .testim .wrap {
    display: flex;
    flex-direction: column;
  }

  .testim .cont {
    width: 100%;
  }

  .testim .cont>div {
    width: 100%;
  }

  .testim .dots {
    display: flex;
    justify-content: center;
  }

  /* .testim .arrow {
    display: none;
  } */

  .avia_textblock.font-small {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 985px) and (max-width: 1185px) {
  .f {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

@media (min-width: 950px) and (max-width: 1150px) {
  .flex_cell_inner {
    flex-wrap: wrap;
    margin-right: 25px;
  }
}

.nav-item .nav-link {
  color: white !important;
}

.footer_color ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 0;
}