/* Add any additional custom CSS styles here if needed */

body {
  background-color: #ebebeb;
}

.header-container {
  height: 122px;
  background-color: #f8f9fa;
  padding-top: 20px;
}

.header-container-order {
  height: 50px;
  background-color: #292929;
}

.nav-links {
  display: flex;
  align-items: center;
  height: 100%; /* Para asegurar que los enlaces ocupen toda la altura del header */
  padding: 0 15px;
}

.nav-links a {
  color: #ffffff6e;
  text-decoration: none;
  margin-right: 15px;
}

.nav-links a:active {
  color: #fff;
}

.banner-container {
  height: 270px;
  background-color: #f0f0f0;
}

.logo-img {
  max-height: 80px;
}

.banner-container {
      padding: 0;
      margin: 0;
    }

.banner-img {
      width: 100%;
      height: 270px;
      object-fit: cover;
    }

.banner-col{
  padding: 0px;
}

.additional-section {
  height: 55px;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
}

.additional-section-destination {
  height: 55px;
  background-color: #ebebeb;
  display: flex;
  align-items: center;
    }


.sort-text {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.boxes-section {
  margin-top: 28px;
}

.box {
  width: 270px;
  height: 270px;
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  background-color: white;
  margin-bottom: 28px; /* Agregamos un margen inferior de 28px para separar los cuadros */
}

.box-aside {
  width: 270px;
  height: 495px;
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  background-color: white;
  margin-bottom: 28px; /* Agregamos un margen inferior de 28px para separar los cuadros */
}

.box-melon {
  width: 270px;
  height: 385px;
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  background-color: white;
  margin-bottom: 28px; /* Agregamos un margen inferior de 28px para separar los cuadros */
}

.box-aside-filter {
  width: 270px;
  height: 416px;
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  background-color: white;
  margin-bottom: 28px; /* Agregamos un margen inferior de 28px para separar los cuadros */
}

.box img {
  max-width: 100%;
  max-height: 160px;
  margin-bottom: 10px;
}

.item-name {
  font-size: 12px;
  font-weight: bold;
  color:#333;
}

.item-melon {
  font-size: 12px;
  font-weight: bold;
  color:#333;
  margin-bottom:1px;
}

.btn-menu {
    color: #333;
    background-color: none;
    border-color: none:
    font-size: 12px !important;   
}

/* Custom styles for the popup */
.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background-color: #00000099;
  padding: 45px;
}

.popup-content-melon {
  background-color: #00000099;
  padding: 45px;
  width: 450px;
}



.popup-title {
  font-size: 28px;
  margin-bottom: 10px;
  text-align: center;
  color:white;
}

.popup-subtitle {
  font-size: 12px;
  color: white;
  margin-bottom: 35px;
  text-align: center;
}

.popup-forgot {
  text-align: center !important;
  display: block;
  color:white;
  margin-top:20px;
  margin-bottom:0px !important;
}

/* Additional styles for centering */
@media (max-width: 767px) {
  .popup-content {
    width: 90%;
  }
}

/* Custom styles for showing and hiding the popup */
.show-popup {
  display: flex;
}

.btn-login:hover {
    color: #fff;
    background-color: #ef4f26;
    border-color: #ef4f26;
}

.btn-login {
    color: #fff;
    background-color: #ef4f26;
    border-color: #ef4f26;
    border-radius: 0px;
}

.popup-content .form-control{
    background-color: #f9ffb4;
    border-radius: 0px;
    }

.sign-in {
    text-decoration: none !important;
}

.boton-transparente {
    background-color: white;
    color: #6c757d;
}

.titulo-aside{
  text-align: left;
  color: #767676;
}

.titulo-aside:hover{
  color: #ef4f26;
  cursor: pointer;
}

/* Estilos para la lista de enlaces */
.enlaces-lista {
  list-style: none;
  padding: 0;
  text-align:left;
  cursor: pointer;
}

.enlaces-lista li {
  position: relative;
  padding-right: 20px; /* Espacio para el símbolo "+" */
  margin-bottom: 8px;
}

.enlaces-lista li:hover {
  color: #828282 !important; /* Cambia el color a tu elección */
}

.enlace-icono {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 2px; /* Ajustar el margen superior según sea necesario */
}

.popup-content-melon input {
    border-radius: 0px;
    background-color: #ffffff3d !important;
    color: white !important;
    border: 1px white solid;   
}

.popup-content-melon select{
  border-radius: 0px;
    background-color: #ffffff3d !important;
    color: white !important;
    border: 1px white solid;  
}

select option{
  background-color: #ffffff3d !important;
  background: #ffffff3d !important;;
  color: black !important;
}


.popup-content-melon input::placeholder, .popup-content-melon select::placeholder{
    color: #a1a4a1;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}


 .table-section {
      width: 100%;
      padding: 20px;
      background-color: #f2f2f2;
    }
    .table-section::after {
      content: "";
      display: table;
      clear: both;
    }
    .left-text {
      float: left;
    }
    .right-text {
      float: right;
    }
    .table-container {
      margin-top: 20px;
      border-collapse: collapse;
      width: 100%;
    }
    .table-container th {
      background-color: #898b8f;
      color: #fff;
      height: 30px;
      text-align: left;
      padding: 8px;
    }
    .table-container td {
      padding: 8px;
      border-bottom: 1px solid #ccc;
    }
    .table-container tr:nth-child(2) {
      background-color: #fff;
      color: #000;
    }
    .table-container img {
      width: 50px;
      height: 50px;
    }

.table-container {
  border: 1px solid #000;
}

.table-container th,
.table-container td {
  border: 1px solid #000;
}

/* Estilos del footer */
.footer-container {
  height: 100px;
  background-color: #242424;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-content {
  text-align: center;
}

.footer-text {
  color: #fff;
  font-size: 14px;
}

td span{
 margin-left:20px;
 font-size:12px;
} 

.order-details-section {
  padding: 20px;
}

.order-details-header {
  background-color: #ef5024;
  color: #fff;
  text-align: left;
  margin-bottom: 0px !important;
}

.order-details-cell {
  background-color: #ebebeb;
  padding: 8px;
  padding-left: 20px;
  text-align: left;
  font-weight: bold;
}

.seccion-cajas {
      display: flex;
      justify-content: center;
    }

    .caja {
      width: 250px;
      height: 208px;
      background-color: white;
      border: 1px solid #ddd;
      padding: 20px;
      text-align: center;
      margin: 10px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .titulo-superior {
      color: black;
      font-size: 18px;
      font-weight: bold;
      text-align:left;
    }

    .titulo-inferior {
      color: #ed5026;
      font-size: 50px;
      font-weight: bold;
      text-align:left;
      margin-top:40px;
    }

    .subtitulo-inferior {
      color:  #ed5026;
      font-size: 14px;
      text-align:left;
      font-weight: bold;
    }

    .table-responsive {
    background-color: white;}