* {
  scroll-behavior: smooth;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

:root {
  /* --primary-color: #058aeb; */
  --primary-color: #8163ac;
  --secondary-color: #058aeb;
}

body {
  background: #fff;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  position: relative;
  overflow-x: hidden;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.section-title {
  font-size: 36px;
  text-align: center;
  display: block;
  padding: 1em 0;
  margin: 0;
  color: #000;
  font-weight: 700;
}

/* BANNER */
.banner {
  position: relative;
  background: url('/assets/background.jpg') center/cover no-repeat;
  color: #000;
  margin-top: 6px;
  padding: 100px 0;
  width: 100%;
}

.banner::before {
  content: "";
  display: block;
  padding-top: 21.25%;
  position: relative;
}

.banner_content {
  max-width: 700px;
  position: absolute;
  left: 23em;
  top: 4em;
}

.banner_content h1 {
  color: #000;
  font-weight: 700;
  font-size: 36px;
}

.btn_order {
  display: inline-block;
  padding: 12px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  min-width: 144px;
  text-align: center;
  font-size: 14px;
  background-color: var(--primary-color);
  color: #fff;
  margin-top: 20px;
}

.breadcrumb {
  margin: 0;
  padding: 1rem;
}

.breadcrumb__container .breadcrumb li {
  display: inline;
  font-size: 16px;
  color: #000;
}

.breadcrumb__container .breadcrumb li a {
  color: var(--primary-color);
  text-decoration: none;
}

/* MODAL */

.modal-window>.content {
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  left: 50%;
  background: #ffffff;
  width: 400px;
  transition: all 300ms;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
}

.modal-window {
  position: fixed;
  background-color: rgb(0 0 0 / 50%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 555;
  margin-left: 0;
}

.modal-window-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.notification-message {
  justify-content: center;
  display: none;
  align-items: center;
  background: rgb(185 163 207 / 37%);
  padding: 8px;
  margin: 16px 0;
  border-radius: 8px;
  text-align: center;
}

.notification-granted .notification-message,
.notification-message-body {
  margin: 0 10px;
  display: none;
}

.notification-default {
  display: flex !important;
}

.notification-default .notification-message-body.default,
.notification-default #allow-notification,
.notification-denied .notification-message-body.denied,
.notification-denied #show-me {
  display: flex;
}

.notification-action {
  color: var(--primary-color);
  font-weight: 700;
  cursor: pointer;
  display: none;
}

.notification-text {
  margin: 0 8px;
}

.nav_flex{
  display: flex;
  flex-direction: column
}
.nav_label{
  font-size: 12px;
    margin-top: 12px;
}


.the-count {
  position: absolute;
  font-size: 12px;
  right: 14px;
  bottom: 20px;
}

@media (max-width: 768px) {
  .notification-counter{
    left: 31px !important;
  }
  .notification-text {
    font-weight: 500;
    font-size: 11px;
  }

  .notification-action {
    font-size: 14px;
  }

  .banner {
    padding: 60px 0;
  }

  .banner_content {
    left: 1em;
    top: 0;
  }

  .banner_content h1 {
    font-size: 24px;
  }

  .section-title {
    padding: 16px 0;
    font-size: 24px;
  }

  /* MENU CSS */
  .navigation__app__container {
    line-height: 0;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: -webkit-fill-available;
    box-shadow: 0 -2px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    z-index: 7777;
  }

  .navigation__app__menus.console-nav{
    justify-content: space-between;
  }
  .navigation__app__menus {
    padding: 16px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
  }

  .mobile__icon {
    font-size: 24px;
  }
  .top-10{
    /* margin-top: 10px; */
  }

  .cart__counter {
    background-color: var(--primary-color);
    min-width: 25px;
    min-height: 25px;
    max-width: 25x;
    max-height: 25px;
    border-radius: 100px;
    font-size: 10px;
    position: absolute;
    text-align: center;
    top: -11px;
    right: -16px;
    color: #fff;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    padding: 6px;
    border: 1px solid #f4f4f4;
    justify-content: center;
  }

  .cart__container {
    position: relative;
  }

  .menu-modal-window {
    position: fixed;
    background-color: rgb(0 0 0 / 50%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 8888;
    margin-left: 0;
  }

  .menu-modal-window-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .menu-modal-window>div {
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    background: #ffffff;
    width: 60%;
    transition: all 300ms;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .nav_item {
    display: flex;
    margin-bottom: 16px;
    margin-left: 0;
  }

  #menus__ul {
    padding: 0;
  }

  .nav_links {
    color: #5a5a5a;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    text-align: left;
    padding: 4px 0;
    flex: 1;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .icon__margin__right {
    width: 30px;

  }

  .mobile__icon {
    cursor: pointer;
  }

}

.material-icons {
  user-select: none;
}

.invalid-feedback {
  color: red;
  font-size: 12px;
}

.user-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 150px;
}

.notifications {
  cursor: pointer;
}

.notification-counter {
  top: -9px;
  left: 19px;
  background-color: var(--primary-color);
  min-width: 6px;
  min-height: 6px;
  max-height: 6px;
  border-radius: 100px;
  font-size: 10px;
  position: absolute;
  text-align: center;
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #f4f4f4;
  justify-content: center;
}

.logo img {
  max-width: 234px;
  max-height: 54px;
}

.d-none {
  display: none;
}

.no_notification_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.no_notification_body .notification-icon {
  margin: 0;
}

.modal-notification {
  position: absolute;
  z-index: 10000;
  visibility: hidden;
  right: 17px;
  top: -45px;
  text-align: left;
}

.modal-notification.is-visible {
  visibility: visible;
}

.modal-wrapper-notification {
  position: absolute;
  z-index: 9999;
  top: 80px;
  right: 0;
  width: 316px;
  max-height: 300px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  border-radius: 5px;
  transition: ease-in;
  overflow-y: scroll;
  min-height: 100px;
}

.modal-wrapper-notification:hover:not(.no-notifications) {
  overflow-y: scroll;
  transition: ease-out;
}

.modal-wrapper-notification::-webkit-scrollbar {
  width: 4px;
  background-color: #fff
}

.modal-wrapper-notification::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(85, 85, 85, 0.034);
  background-color: rgba(105, 105, 105, 0.37);
}

.modal-transition-notification {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal-notification.is-visible .modal-transition-notification {
  transform: translateY(0);
  opacity: 1;
}

.modal-header-notification,
.modal-content-notification {
  /* padding: 1em; */
  word-break: break-word;
}

.modal-header-notification {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close-notification {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close-notification:hover {
  color: #777;
}

.modal-heading-notification {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content-notification>*:first-child {
  margin-top: 0;
}

.modal-content-notification>*:last-child {
  margin-bottom: 0;
}

.modal-content-status {
  text-align: center;
}

.modal-content-details span {
  display: block;
  word-break: break-word;
}

.modal-content {
  display: flex;
  padding: 13px;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}

.span-time {
  color: #8c8c8c;
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.5;
}

.span-title {
  font-weight: 700;
  color: #5a5a5a;
  line-height: 1.5;
}

.span-date {
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}