/*/////////////////////////////////////////////////////////////////////
 //
 // Custom theme code styles
 // Written by Themelize.me (http://themelize.me)
 //
 // This is an empty starter template for overriding styles
 // set by Bootstrap & the theme
 //
 // ----------------------------------------------------
 //
 // Remove unused code for better performances
 //
 // ----------------------------------------------------
 //
 // $see - Usefuls tools online for editing
 // 1. http://charliepark.org/bootstrap_buttons/ - Button style generator
 // 2. http://www.colorzilla.com/gradient-editor/ - CSS3 gradient maker
 //
 // $note
 // To ensure custom styles are picked up
 // wrap definitions in body tag
 // ie.
 // body .navbar-inner {
 //   background: #ff0000;
 // }
 //
 /////////////////////////////////////////////////////////////////////*/

/*******************************************************
 * Custom theme code styles
 * Written by Themelize.me (http://themelize.me)
 *
 * Includes the base variables & mixins needed for all
 * scss files
 *******************************************************/

/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */

#header {
  /* 1. Header wrapper */
}

#highlighted {
  /* 2. Highlighted (below header) wrapper */
}

#content {
  /* 3. Content wrapper */
}

#content-below {
  /* 4. Content Below wrapper */
}

#footer {
  /* 5. Footer wrapper */
}

/*
 * --------------------------------------------------
 * 2. Colours
 *--------------------------------------------------
 */

/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */

/* Extra small devices (phones, less than 768px) */

/* No media query since this is the default in Bootstrap */

.menu-desktop2 {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  flex-grow: 1;
  margin: 0 40px;
  gap: 8px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE e Edge */
}

.menu-desktop2::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.btn-outline-red-dark {
    background-image: none;
    height: 35px;
    margin-right: 5px;
}

/* Ajuste no container principal */
.botoes {
    position: relative; /* Necessário para o posicionamento absoluto das setas */
    display: flex; /* Alinha as setas e o menu */
    align-items: center; /* Centraliza verticalmente */
}

.btn-orange-material {
    color: black;
    position: relative; /* Adiciona posicionamento relativo para o botão */
}

.btn-orange-material.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ff8002;
}

/* Estilos para as setas de navegação */
.prev-button, .next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 10;
    flex-shrink: 0; /* Impede que as setas encolham */
}

.prev-button {
    left: 0;
}

.next-button {
    right: 0;
}

.btn-outline-red-dark:hover {
  color: white;
  background-color: #ff8100;
  border-color: #ff8100;
}

@media (max-width: 768px) {
  ::-webkit-scrollbar {
    width: 15px;
  }
  ::-webkit-scrollbar-track {
    background-color: black;
  }

  ::-webkit-scrollbar-thumb {
    border: 2px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 9999px;
    background-color: #ccc;
  }

  ::-webkit-scrollbar-thumb:home {
    background-color: #ccc;
  }
}

@media (min-width: 992px) {
  /* Large devices (992px and up). Mixin: media-breakpoint-up(lg) */
}

@media (min-width: 1200px) {
  /* X-Large devices (1200px and up). Mixin: media-breakpoint-up(xl) */
}

/* max-width */

@media (max-width: 576px) {
}

@media (max-width: 768px) {
  .menu-mobile {
    width: 95%;
    margin: auto;
    display: block;
    position: relative;
  }

  .menu-mobile select {
    margin-top: 10px;
    border-radius: 10px;
    appearance: none;
    /* position: relative;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: inherit;
    padding: 5px 42px 5px 10px;
    display: inline-block;
    border: none;
    background: white;
    font-size: 14px;
    color: rgb(255, 132, 0);
    width: 100%;
    width: 120% \9;
    z-index: 1; */
  }

  .menu-mobile::after {
    content: '\f078';
    position: absolute;
    right: 15px;
    bottom: 8px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #da6c2f;
  }

  .menu-desktop {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .prev-button, .next-button {
    display: none;
  }
  .menu-desktop2 {
    margin: 0;
    width: 100%;
    flex-grow: unset;
  }
}

@media (max-width: 1199.98px) {
  /* X-Large devices (1200px and down). Mixin: media-breakpoint-down(lg) */
}

/* target one breakpoint */

@media (min-width: 576px) and (max-width: 767.98px) {
  /* Small devices (between 576px and 767px). Mixin: media-breakpoint-only(sm) */
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* Medium devices (tablets, between 768px and 991px). Mixin: media-breakpoint-only(md) */
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Large devices (desktops, between 992px and 1199px). Mixin: media-breakpoint-only(lg) */
}

@media (min-width: 1200px) {
  /* Extra large devices (large desktops, 1200px and up). Mixin: media-breakpoint-only(xl) */
}

/* span multiple screenwidths */

@media (min-width: 768px) {
  /* From medium to large (between 768px and 1199px). Mixin: media-breakpoint-between(md, xl)  */
}

/*
 * --------------------------------------------------
 * 4. Misc
 * Other stuff
 *--------------------------------------------------
 */

.search-box {
  background: white;
  padding: 5px 15px;
  width: 72%;
  margin: 5px 10px 6px 43px;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-box i {
  color: #ccc;
  margin-right: 7px;
}

.search-box .fa-search {
  margin-right: 7px;
}

.search-box .fa-times {
  margin-left: 7px;
  cursor: pointer;
}

.search-box input {
  display: flex;
  width: 100%;
  outline: none;
  border-color: transparent;
  appearance: none;
  font-weight: 600;
  color: #da6c2f;
  padding: 0;
}

.search-box input::placeholder {
  color: #676767;
  font-size: 14px;
  font-weight: normal;
}

#Cardapio,
.carrinho {
  border-radius: 10px;
}

.carrinho {
  overflow: hidden;
}

#accordion .card:first-child {
  border-radius: 10px 10px 0 0;
}

.btn-finalizar {
  border-radius: 0 0 10px 10px;
}

/* Esconde as setas em telas menores que desktop */
@media (max-width: 991.98px) {
    .prev-button, .next-button {
        display: none;
    }
}
