body {
  font-size: 14px;
}

.wrap {
  background-color: #eee;
  min-height: 100%;
}

.content {
  background-color: #fff;
  min-height: 100vh;
  padding: 0px;
  width: 100%;
}

.home-page {
  margin-top: calc(100vh - 85vh);
}

.breadcrumb {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3%;
  white-space: nowrap;
}

.contact-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-logo {
  object-fit: cover;
}

.circle-img-border {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.change-language {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15%;
  direction: rtl;
}

.change-language .btn-change {
  float: left;
  margin-right: 1%;
  text-align: center;
  position: relative;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.change-language .btn-change .c-or {
  background-color: #fff;
}

.change-language .btn-change .Circle {
  display: inline-block;
  /* margin: -45px; */
  top: 8px;
  right: -25px;
  bottom: 0;
  width: 45px;
  height: 45px;
  line-height: 48px;
  text-align: center;
  font-size: 30px;
  color: #333;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
}

.change-language .btn-change .text-btn {
  text-align: center;
  padding: 20px;
}

.btn-arabic {
  background-color: #ec1c22;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.btn-english {
  background-color: #141114;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.text-btn p {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0;
}

.btn-about {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0px #e5e5e5;
  margin-top: 10%;
  height: 50px;
  border-radius: 5px;
  margin-top: 15%;
  font-weight: bold;
}

.anchor-home {
  color: #141114;
  padding-right: 2px !important;
  padding-left: 2px !important;
}

.anchor-home:hover {
  color: #ec1c22;
}

.anchor-home:hover {
  text-decoration: none;
}

.social-media {
  margin-top: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15%;
}

.main-categories-top {
  margin: 0;
}

.logo-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-top {
  margin-top: 20px;
  width: 30%;
  object-fit: cover;
}

.img-social {
  width: 32px;
  margin: 15px;
}

.nav-item {
  font-weight: 700;
  font-size: 1.2em;
  color: #fff;
}

a.nav-item:hover, a.nav-item:focus {
  text-decoration: underline !important;
  background-color: transparent !important;
  color: #fff;
}

.seperator-nav {
  margin-left: 20px;
  margin-right: 0px;
}

.centered {
  position: absolute;
  top: 91%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.category {
  position: relative;
  text-align: center;
  color: white;
  /* width: 100%; */
  height: 200px;
  background-color: #141114;
  margin: 15px auto;
  border-radius: 20px;
}

.img-category {
  width: 100%;
  height: calc(100% - 35px);
  border-radius: 20px;
  position: absolute;
  object-fit: cover;
}

.overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

.title-category {
  font-weight: 700;
  font-size: 1.2em;
  color: #fff;
  white-space: nowrap;
}

.title-category:hover, .title-category:focus {
  color: #fff;
  text-decoration: underline;
}

.sub-category {
  position: relative;
  text-align: center;
  color: #fff;
  /* width: 100%; */
  height: 335px;
  background-color: #141114;
  margin: 15px auto;
  border-radius: 24px;
}

.sub-category-special {
  position: relative;
  text-align: center;
  color: #333;
  /* width: 100%; */
  height: 250px;
  background: transparent;
  margin: 15px auto;
  border-radius: 20px;
  border: 1px solid #eee;
}

.img-sub-category-special {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.img-sub-category {
  width: 100%;
  height: 200px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  object-fit: cover;
}

.details {
  background-color: #fff;
  padding: 12px 15px;
  text-align: left;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #eee;
}

.details-sub-category {
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 70%;
}

.anchor-sub-category {
  color: #fff;
}

.anchor-sub-category:hover, .anchor-sub-category:focus {
  text-decoration: none;
  color: #fff;
}

.text-details {
  margin: 0;
  padding-top: 6px;
  font-weight: bold;
}

.title-sub-category {
  font-weight: 700;
  font-size: 1.2em;
  color: #333;
}

.title-items {
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  width: 70%;
}

.price-items {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 10px;
  background-color: #141114;
  border-radius: 10px;
  flex-flow: column;
  padding: 10px 11px;
}

.price-items .price-sub-category {
  margin: 0;
  color: #fff;
}

.currency {
  margin: 0 5px;
  color: #fff;
}

.img-price {
  width: 7%;
}

.special-tap {
  position: absolute;
  top: 10em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  background-color: #ec1c22;
  color: #ffffff;
  line-height: 1.55;
  padding: 5px 10px;
  text-align: center;
  z-index: 9;
  margin: 0;
  min-width: auto;
  min-height: auto;
  border-radius: 0;
  right: auto;
  left: 0;
  transform-origin: 25px 28px;
  letter-spacing: 1px;
}

.special-tap p {
  margin: 0;
}

.special-en::before, .special-en::after {
  content: "";
  border-left: 40px solid #ec1c22;
  border-top: 43px solid transparent;
  position: absolute;
  bottom: 0px;
  right: -39px;
}

.special-en::after {
  content: "";
  border-left: 40px solid #ec1c22;
  top: 0px;
  /* left: -40px; */
  bottom: 15px;
  border-top: none;
  border-bottom: 43px solid transparent;
}

.new-tap {
  position: absolute;
  top: 2em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  background-color: #ec1c22;
  color: #ffffff;
  line-height: 1.65;
  padding: 5px 10px;
  text-align: center;
  z-index: 9;
  margin: 0;
  min-width: auto;
  min-height: auto;
  border-radius: 0;
  right: auto;
  transform-origin: 25px 28px;
  letter-spacing: 1px;
}

.new-tap p {
  margin: 0;
}

.new-en::before, .new-en::after {
  content: "";
  border-left: 20px solid #ec1c22;
  border-top: 23px solid transparent;
  position: absolute;
  bottom: 0px;
  right: -19px;
}

.new-en::after {
  content: "";
  border-left: 20px solid #ec1c22;
  top: 0px;
  /* left: -40px; */
  bottom: 15px;
  border-top: none;
  border-bottom: 23px solid transparent;
}

.details-btn {
  background: #141114;
  width: 50%;
  height: 50px;
  border-radius: 25px;
  /* margin-bottom: 15px; */
  color: #fff;
  font-weight: 600;
  line-height: 2.4;
}

.owl-carousel .owl-stage-outer {
  width: 100%;
}

.content-description {
  padding: 30px;
  font-size: 1em;
}

.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.wrapper img {
  width: 100%;
  object-fit: cover;
}

.owl-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 10px;
}

.owl-dot {
  background-color: #fff !important;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 2px 3px;
  /* z-index: 10000; */
}

.owl-dot.active {
  background-color: #ec1c22 !important;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 90%;
  display: flex;
  justify-content: space-between;
  transform: translate(-40px, -10px);
}

.nav-carousel {
  width: 20px;
  height: 20px;
}

.heading {
  height: 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px;
  margin-top: 10px;
}

.title {
  font-size: 1.7em;
  margin: 0;
  font-weight: 600;
}

.price-details {
  font-size: 1.2em;
  margin: 0;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-flow: column;
  background-color: #141114;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 12px 15px;
}

.price-details p {
  margin: 0;
}

.img-price-details {
  width: 15% !important;
}

.title-bold {
  font-size: 1em;
  font-weight: 600;
}

.calories {
  display: flex;
  justify-content: flex-start;
  align-items: self-start;
  padding: 5px 0px;
  flex-flow: column;
}

.div-preparation {
  display: flex;
  justify-content: flex-start;
  align-items: self-start;
  padding: 5px 0px;
  flex-flow: column;
}

.sauces {
  display: flex;
  justify-content: flex-start;
  align-items: self-start;
  padding: 5px 0px;
  flex-flow: column;
}

.row-available {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.size-available {
  font-size: 1em;
  color: #141114;
  font-weight: 700;
}

.price-available {
  margin: 0;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-flow: column;
  background-color: #141114;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 12px 15px;
}

.price-available p {
  margin: 0;
}

.row-available:last-child {
  border-bottom: 0px solid;
}

.price-available {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-category {
  /* Make this scrollable when needed */
  overflow-x: auto;
  /* We don't want vertical scrolling */
  overflow-y: hidden;
  /* Make an auto-hiding scroller for the 3 people using a IE */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* For WebKit implementations, provide inertia scrolling */
  -webkit-overflow-scrolling: touch;
  /* We don't want internal inline elements to wrap */
  white-space: nowrap;
  /* Remove the default scrollbar for WebKit implementations */
}
.nav-category::-webkit-scrollbar {
  display: none;
}

.nav-custom {
  text-decoration: none;
  color: #fff;
  font-size: 1.2em;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 11px;
}
.nav-custom[aria-selected=true] {
  color: #111;
}

.footer {
  background-color: #141114;
  padding: 0;
}

.text-footer {
  justify-content: center;
  font-size: 0.9em;
}

.custom-footer {
  justify-content: center;
}

/* Popup container - can be anything you want */
.popup {
  position: relative;
  /*display: inline-block;*/
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  display: none;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
  z-index: 11;
}
.popup-contact .popuptext {
  display: none;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
  z-index: 11;
}

.text-popup {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.popup-link {
  color: #fff;
  text-decoration: underline;
}

.popup-link:hover {
  color: #aaa;
  text-decoration: underline;
}

.img-social-home {
  width: 100%;
}

.centered.center-category {
  margin-top: 15px;
}

.label-content {
  word-break: break-word;
}

.label-table {
  width: 20%;
  font-size: 1em;
  font-weight: 600;
  line-height: 2;
}

.link-branch {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333;
  text-decoration: underline;
}

.resturant-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  position: relative;
}

.img-about {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 360px) {
  body {
    font-size: 16px;
  }

  .wrap {
    background-color: #fff;
  }

  .img-price-details {
    width: 10% !important;
  }

  .owl-nav {
    width: 95%;
    transform: translate(-9px, -85px);
  }

  .title-category {
    font-size: 1.2em;
  }

  .btn-about {
    flex-flow: row;
    justify-content: space-around;
    font-size: 1em;
    font-weight: bold;
  }

  .anchor-home {
    color: #141114;
  }

  .anchor-home:hover {
    color: #ec1c22;
  }

  .change-language .btn-change .Circle {
    display: inline-block;
    /* margin: -45px; */
    top: 8px;
    right: -18px;
    bottom: 0;
    font-weight: bold;
    width: 32px;
    height: 32px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #333;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
  }

  .category {
    margin: 10px auto;
  }

  .contact-top {
    margin-bottom: 10px;
  }

  .footer {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
	.change-language{
		margin-right: 25px;
		margin-left: 25px;
	}
	
	.circle-img-border{
		margin-top: 10vh;
	}
}

@media (min-width: 768px) {
	.circle-img-border{
		margin-top: 20vh;
	}
	
	.circle-img-border img{
		width: 75%;
	}
	
  .special-ar::after {
    top: 15px !important;
  }

  .new-ar::after {
    top: 12px !important;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }

  .container {
    max-width: 768px !important;
    width: 768px !important;
  }

  .menu-user {
    max-width: 768px !important;
    width: 768px !important;
  }

  .wrap {
    background-color: #ccc;
  }

  .img-price-details {
    width: 15% !important;
  }

  .owl-nav {
    width: 90%;
    transform: translate(-40px, -10px);
  }

  .title-category {
    font-size: 1.2em;
  }

  .btn-about {
    flex-flow: row;
    justify-content: space-around;
    line-height: 2;
    padding: 20px;
  }

  .change-language .btn-change .text-btn {
    text-align: center;
    padding: 20px;
  }

  .change-language .btn-change .Circle {
    width: 40px;
    height: 40px;
    right: -22px;
    top: 7px;
    font-size: 1.2em;
  }

  .footer {
    width: 768px;
    max-width: 768px;
  }
}

/*# sourceMappingURL=user.css.map */
