body {
  font-size: 14px;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wrap {
  background-color: #eee;
}

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

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

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

.img-circle {
  border-radius: 50%;
  border: 20px solid #fff;
  box-shadow: 1px 1px 10px 0px #e5e5e5;
  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: 20%;
}

.change-language .btn-change {
  float: left;
  margin-right: 1%;
  text-align: center;
  position: relative;
}

.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: 40px;
  text-align: center;
  font-size: 30px;
  color: #333;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
}

.change-language .btn-change .text-btn {
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.change-language .btn-change .text-btn p {
  margin: 0;
}

.btn-arabic {
  background-color: #fc862e;
  border-radius: 5px;
}

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

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

.social-media {
  margin: 20% 0px;
  display: flex;
  justify-content: center;
}

.main-categories-top {
  background: #0869a0;
  min-height: 340px;
}

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

.img-top {
  height: 213px;
  width: 100%;
  object-fit: cover;
}

.main-categories-top .img-circle {
  border-radius: 50%;
  border: 12px solid #fff;
  box-shadow: 1px 1px 10px 0px #e5e5e5;
  position: absolute;
  background-color: #fff;
}

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

.active-category {
  text-decoration: underline !important;
  font-weight: 800 !important;
  color: #eee !important;
}

.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: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.img-category {
  width: 100%;
  height: 100%;
  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;
}

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

.content-sub-category {
  margin-top: 40px;
}

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

.img-sub-category {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 22%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  box-shadow: 1px 1px 10px 0px #e5e5e5;
}

.title-sub-category {
  font-weight: 700;
  font-size: 1.1em;
  color: #333;
  margin-top: 65px;
}

.items-link:hover {
  text-decoration: none;
}

.price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
  color: #333;
}

.price .price-sub-category {
  margin: 0;
}

.currency {
  margin: 0 5px;
}

.img-price {
  width: 7%;
}

.details-btn {
  background: #fc862e;
  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: 1.2em;
}

.wrapper {
  width: 100%;
  height: 400px;
  position: relative;
}

.details-item {
  border: 1px solid #eee;
  border-radius: 20px;
  margin: 5% 10%;
  box-shadow: 1px -1px 8px 0px #e5e5e5;
}

.img-heading {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-top {
  margin-top: 27%;
}

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

.owl-nav .disabled {
  visibility: hidden;
}

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

.heading {
  background: #fc862e;
  height: 74px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px 0;
}

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

.size {
  font-size: 0.8em;
}

.price-details {
  font-size: 1.2em;
  margin: 0;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.price-details p {
  margin: 0;
}

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

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

.description {
  font-size: 0.8em;
  word-break: break-word;
}

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

.div-preparation.time {
  flex-flow: row;
}

.preparation-time {
  font-size: 1.2em;
  font-weight: 600;
  padding: 0 25px;
}

.cooking-method {
  word-break: break-word;
}

.row-available {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
  padding: 10px 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;
  margin-top: 7%;
  /* Remove the default scrollbar for WebKit implementations */
}
.nav-category::-webkit-scrollbar {
  display: none;
}

.nav-item-details {
  /* 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-item-details::-webkit-scrollbar {
  display: none;
}

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

.footer {
  background-color: #0869a0;
  padding: 0;
  width: 768px;
  max-width: 768px;
}

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

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

.title-modal {
  margin: 0;
  font-weight: 600;
}

.modal-footer {
  text-align: 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;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

.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%;
}

.title-details {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

  .wrap {
    background-color: #fff;
  }

  .img-circle {
    border: 12px solid #fff;
  }

  .main-categories-top {
    min-height: 375px;
    margin: 0;
  }

  .wrapper {
    height: 200px;
  }

  .img-price-details {
    width: 15% !important;
    padding-left: 10px;
  }

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

  .owl-next::before {
    content: "";
    border-right: 14px solid #0869a0;
    border-bottom: 14px solid transparent;
    border-top: none;
    border-left: none;
    position: absolute;
    top: 0;
    right: 0px;
    transform: rotate(45deg);
  }

  .owl-prev::before {
    content: "";
    border-left: 14px solid #0869a0;
    border-top: 14px solid transparent;
    border-bottom: none;
    border-right: none;
    position: absolute;
    top: 0;
    left: 0px;
    transform: rotate(45deg);
  }

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

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

  .heading {
    justify-content: center;
    flex-flow: column;
    height: 100px;
  }

  .price-details {
    justify-content: center;
  }

  .size {
    text-align: center;
  }

  .img-social {
    margin: 15px 10px;
  }

  .srolled-firfox {
    overflow-x: hidden;
  }
}
@media (min-width: 600px) {
  body {
    font-size: 15px;
  }

  .main-categories-top {
    min-height: 465px;
    margin: 0;
  }

  .category {
    height: 200px;
  }

  .wrapper {
    height: 300px;
  }
}
@media (min-width: 767px) {
  body {
    font-size: 16px;
  }

  .img-circle {
    border: 20px solid #fff;
  }

  .contact-top {
    margin-top: 0%;
  }

  .main-categories-top {
    min-height: 375px;
    margin: 0;
  }

  .category {
    height: 160px;
  }

  .wrapper {
    height: 400px;
  }

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

  .heading {
    justify-content: space-between;
    flex-flow: row;
    height: 74px;
  }

  .price-details {
    justify-content: flex-end;
  }

  .size {
    text-align: left;
  }
}
@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;
  }

  .nav-item-details {
    margin-top: 7%;
  }

  .wrap {
    background-color: #ccc;
  }

  .main-categories-top {
    min-height: 356px;
  }

  .wrapper {
    height: 366px;
  }

  .img-price-details {
    width: 12% !important;
    margin-left: 10px;
  }

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

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

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

  .nav-category {
    margin-top: 13%;
  }

  .content-nav {
    overflow: auto;
    white-space: nowrap;
  }

  .srolled-firfox {
    overflow-x: scroll;
    scrollbar-color: #fc862e #f1f1f1;
    scrollbar-base-color: #fc862e;
    scrollbar-width: thin;
  }

  /* width */
  .content-nav::-webkit-scrollbar {
    height: 3px;
  }

  /* Track */
  .content-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  .content-nav::-webkit-scrollbar-thumb {
    background: #fc862e;
  }

  /* Handle on hover */
  .content-nav::-webkit-scrollbar-thumb:hover {
    background: #888;
  }

  .img-social {
    margin: 15px 5px;
  }
}

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