/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700&display=swap");
body {
  font-family: "Roboto", sans-serif;
  background: #f2f3f7;
} */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;600;700&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  background: #f2f3f7;
  max-width: 700px;
  margin: 0 auto;
}

.header {
  display: flex;
  justify-content: space-between;
  background: var(--theme-default);
  padding: 10px 25px;
  align-items: center;
}

.header .header-center-img img {
  width: 60px;
}

.list-items {
  padding: 28px 0px 20px 0px;
}

.list-items .item a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-items .item img {
  width: 125px;
}

.list-items .item {
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 7px #cccccc7d;
  border-radius: 4px;
  border-left: 5px solid var(--theme-default);
}

.list-items .item h2 {
  font-size: 16px;
  color: #545454;
  margin-bottom: 0;
  font-weight: 600;
}

.item-left-content {
  flex-grow: 2;
  text-align: left;
  padding-left: 18px;
}

.banner-item {
  margin-bottom: 15px;
}

.banner-item img {
  border-radius: 4px;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #cccccc75;
  margin-bottom: 3px;
  align-items: center;
  padding-left: 15px;
}

.menu-item .left-content p {
  margin: 0;
  line-height: 16px;
  margin: 0;
  font-size: 12px;
}

.menu-item .left-content h4 {
  font-size: 15px;
  font-weight: 500;
  color: #464646fa;
}

.menu-item .left-content {
  padding-right: 15px;
  padding-top: 11px;
  padding-bottom: 9px;
}

.menu-item .left-content .dish-price {
  font-size: 13px;
  margin-top: 5px;
  font-weight: 600;
  color: var(--theme-default);
}

.read-more {
  font-size: 14px;
  color: #262626;
  margin-top: 9px;
  font-weight: 600;
}

.read-more i {
  font-size: 13px;
}

.category-item {
  background: #fff;
  text-align: center;
  padding: 10px 0px;
  border: 1px solid #cccccc75;
  font-weight: 500;
  margin-bottom: 3px;
  color: #4a4a4a;
}

.first-menu {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.sub-category {
  margin-top: 25px;
}

.sub-first {
  margin-top: 0px;
}

.back-button {
  color: var(--theme-default);
  background: #ffffffd1;
  padding: 10px 12px;
  border-radius: 51px;
  font-size: 19px;
  display: block;
}

.no-image {
  min-height: 102px;
}

.social-list ul {
  padding-left: 0;
  display: flex;
  justify-content: center;
}

.social-list ul li i {
  font-size: 19px;
}

.social-list ul li {
  list-style-type: none;
  border-radius: 4px;
}

.social-list ul li a {
  display: block;
  list-style-type: none;
  padding: 11px 12px;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 3px;
  font-size: 14px;
  color: #5e5e5e;
  text-decoration: none;
  border: 1px solid #c9c9c9;
  margin-right: 7px;
}

.social-list ul .instagram a {
  color: #dd2a7b;
  border: 1px solid #dd2a7b !important;
}

.social-list .facebook a {
  padding: 11px 15px;
  color: #3b5998;
  border: 1px solid #3b5998 !important;
}

.social-list ul .twitter a {
  color: #08a0e9;
  border: 1px solid #08a0e9 !important;
}

.language-list .dropdown-toggle {
  color: var(--theme-color);
  font-weight: 500;
  font-size: 14px;
}

.language-list .dropdown-toggle::after {
  position: relative;
  top: 2px;
}

.language-list ul li a {
  padding: 4px 13px;
  font-size: 16px;
  border-bottom: 1px solid #cccccc85;
}

.language-list ul li:last-child a {
  border-bottom: 0 !important;
}

.location-content .item-left-content i {
  font-size: 18px;
  margin-right: 5px;
  /* width: 10px; */
}

.location-content {
  padding: 17px 0px;
}

.location-content h2 {
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
}

.wifi-password .item-left-content {
  text-align: center;
}

.wifi-password {
  border-left: 0 !important;
  border-right: 5px solid var(--theme-default);
}

.wifi-password img {
  margin-left: 15px;
}

.wifi-header {
  font-size: 25px;
  color: var(--theme-color);
}

.wifi-header:hover {
  color: var(--theme-color);
}

.contact-page {
  padding: 55px 0px;
  margin-bottom: 50px;
}

.btn-yass {
  background: var(--theme-default);
  color: #fff;
  border: 1px solid var(--theme-default);
}

.contact-page h4 {
  margin-bottom: 26px;
  font-size: 20px;
}

.contact-page button {
  margin-top: 15px;
}

.contact-page label {
  font-size: 15px;
  margin-bottom: 5px;
}

.contact-page label span {
  font-size: 14px;
}

.error {
  border: 1px solid red;
}

.item-contact {
  position: relative;
  box-shadow: 1px 1px 7px #cccccc7d;
}

.item-contact img {
  border-radius: 4px;
}

.contact-content {
  position: absolute;
  right: 20px;
  top: 31%;
  width: 54%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #545454;
}
