/*Font Jakarta*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');
/*Font Readex Pro*/
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;400;500;600;700&display=swap');

#framework {
  /* height: 1100px; */
}

.footer {
  height: 120px;
  color: white;
  background-color: #003595;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  z-index: 1000;
}

.footer-top {
	background-color: #003595;
	color: #FFFFFF;
	font-size: 0.9rem;
}

.footer-bottom {
	background-color: #022B76;
	color: #FFFFFF;
	font-size: 0.8rem;
}

.footerContent {
  height: 120px;
  color: white;
  /*
  display: table-cell;
  vertical-align: middle;
  */
}

.footerContentElement {
  color: white;
  /*padding-left: 20px;*/
  /*padding-right: 10px;*/
}

.locatorAddressCaption {
  font-size: 11px;
  text-align: left;
}

.locatorAddress {
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-indent: 25px;
  /*margin-top: 10px;*/
  /*border: 1px solid black;*/
  border: none;
  width: 150px;
  height: 30px;
  outline: none;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); */
}

.locatorAddress:focus {
  border-color: #4d90fe;
}

.locatorSubmit {
  height: 100%;
  width: 80px;
  text-align: center;
  font-size: 15px;
  /*color: black;*/
  color: #ffffff;
  border: 0px solid black;
  /*background-color: #ffffff;*/
  background-color: #376641;
}

.locatorSubmit:hover {
  /*color: red;*/
  /*border: 1px solid red;*/
  cursor: hand;
  cursor: pointer;
}

.locatorSubmitDisabled {
  height: 100%;
  width: 80px;
  text-align: center;
  font-size: 15px;
  /*color: black;*/
  color: #000;
  border: 0px solid black;
  /*background-color: #ffffff;*/
  background-color: #888;
  opacity: 0.1;
}

.locatorSubmitLoading {
  color: red;
}

.locatorLocationsContainer {
  width: 100%;
  height: 680px;
  /*height: 300px;*/
/*
  text-align: center;
*/
  /*padding-top: 25px;*/
  overflow: scroll;
  position: relative;
}

.searchAddress {
  padding-top: 25px;
  text-align: center;
}

.searchAddressContent {
  display:inline-block;
}

.searchAddressContentCenter {
}

.searchAddressContentElement,
.searchAddressContentElementSeparator {
  float: left;
}

.searchAddressContentElementCenter {
}

.searchAddressContentElementSeparatorCenter {
  display: none;
}

.locatorChangeSearchLink {
  font-size: 12px;
  font-style: italic;
  color: red;
  text-decoration:none;
}

.locatorLocationsList {
/*
  min-height: 700px;
  padding-top: 20px;
  text-align: center;
*/
}

/*
.locatorLocationsListCenter {
  min-height: 700px;
  padding-top: 20px;
  text-align: center;
}
*/

.locatorLocation,
.locatorLocationCenter {
/*
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
*/

  background: #ffffff;
}

.locatorLocation {
  text-align: left;
  /*padding-bottom: 5px;*/
  /*border: 1px solid red;*/
  /*padding: 10px;*/
  overflow: hidden;
  height: 100% !important;
}

/*
.locatorLocationInner {
}
*/

.locatorLocationCenter {
  text-align: center;
  padding-bottom: 5px;
}

.locatorLocationContent {
  /*padding-bottom: 5px;*/
}

#locator_locations_container{
  height: 100%;
  margin-bottom: 5rem !important;
  overflow: hidden;
}


/* Inline #21 | https://www.emenufe.com/locator/# */

.phone-display, .distance-display {
  font-size: .8rem !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn.btn-custom-view-hours{
  width: 100%; /* Extender el botón a lo largo del contenedor */
  justify-content: space-between; /* Espaciar el texto y el icono */
  background-color: #eee; /* Fondo blanco */
  border: 1px solid #e1e1e1; /* Borde claro */
  color: black; /* Texto en negro */
  padding: 0.3rem 0.5rem; /* Padding adecuado */
  display: flex;
}

.plus-icon {
  margin-left: auto; /* Empujar el ícono hacia la derecha */
  font-size: 1.2rem; /* Tamaño del ícono */
}

.btn.btn-custom-view-hours:not(:disabled):not(.disabled).active,
.btn.btn-custom-view-hours:not(:disabled):not(.disabled):active {
  background-color: #e9ecef; /* Cambiar el fondo cuando está activo o seleccionado */
  color: #212529; /* Cambiar el color de texto cuando está activo o seleccionado */
}

.btn.btn-custom-view-hours:focus {
  box-shadow: none; /* Remover el shadow del focus para un look más limpio */
}
.btn.btn-custom-view-hours:hover {
  box-shadow: none; /* Remover el shadow del focus para un look más limpio */
  background-color: #dcdcdc;
}



.address-display {
	font-size: 0.8rem;
	border-bottom: 1px dashed #d2d2d2;
	color: #393939;
}

.hours-day {
  display: flex;
  justify-content: space-between; 
  padding: 8px 15px; 
  border-bottom: 1px solid #ccc; 
  font-size: 0.8rem;
  color:#535353;
}
.hours-time-divider
{
  margin: 0 5px;
}
.hours-time
{
  width: 49%;
}


.hours-day:last-child {
  border-bottom: none;
}

.day-display {
  font-weight: 600;
}

.locatorLocationContentCenter {
}

.locatorLocationContentSeparator {
  height: 5px;
  width: 100%;
}

.locatorLocationSeparator {
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/

  height: 5px;
  width: 100%;
}

.locatorLocationName {
  /*padding-bottom: 10px;*/
}

.locationName {
  color: #FDB409;
}

.locationAddress {
  font-weight: bold;
}

.locationTelephone {
  font-weight: bold;
}

/*Order Type Buttons*/
.order-type
{
    gap: 0.5rem;
}
.order-type div
{
    flex-basis: 0%!important
}
.order-type button
{
    font-size: 0.8rem;
    font-weight: 500; 
    letter-spacing: 0.1rem;
    border-radius: 0.3rem;
    padding: 0.5rem 0.7rem;
    width: 100%;
    background-color: rgba(0,0,0,0.03);
    border: none;
    gap: 0.5rem;
}
.order-type button.active
{
    background-color: #376641;
    border: 2px solid var(--MainColor);
    color: white;
}
.order-type button.active i:nth-child(2)
{
    display: block!important;
}
.order-type button i:first-child
{
    font-size: 1.5rem;
}
.order-type button i:nth-child(2)
{
    font-size: 1.5rem;
    color: var(--MainColor);
}
/*End Order Type Buttons*/
/*Locator Fields*/
.address-form .bi-geo-alt 
{
  border-radius: 0 !important;
}
.address-form input#ship-address:focus {
  box-shadow: none !important;
}
#locator-fields
{
  flex: 1;
  min-height: 100vh;
}
#locator-map
{
  flex: 2;
  width: 100%;
  min-height: 100vh;
}
#ship-address,#address2 {
  border-radius: 0 !important;
}
#locator_submit 
{
  border-radius: 0 !important;
  background-color: #000 !important;
  transition: all 0.2s;
  border: 1px solid #000;
}
#locator_submit:hover
{
  border-radius: 0 !important;
  background-color: rgba(0,0,0,0.8) !important;
  transition: all 0.2s;
  border: 1px solid rgba(0,0,0,0.8);
}
.locatorFormContent #search-icon
{
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  background-color: transparent;
  border: none;
  height: 100%;
  font-size: 1.2rem;color: rgba(123, 124, 126, 0.85);
}
.locator-form-content
{
  width: 30%;
  height: 100%;
  overflow: auto;
}
.locator-fields-wrapper
{
  background-color: #f5f8f0;
}
.location-item
{
  margin-bottom: 1.5rem;
}
#locator_locations_list
{
  overflow: hidden;
}
/*End Locator Fields*/

/*Locator Map*/
.locator-locations-content
{
  position: relative;
  width: 70%;
}
.selected-location-item {
  border: 2px solid #376641;
  background-color: #f0f8ff;
  box-shadow: 0 2px 5px rgba(0, 123, 255, 0.5);
  opacity: 1 !important;
}
/*End Locator Map*/
main
{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-bottom: 120px;/*Footer height*/
}

.footer-bottom .footer-logo img
{
  width: 8rem;
}
/* General styles for the scrollbar */
.locator-form-content::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
}

/* Style for the scrollbar thumb (the draggable part) */
.locator-form-content::-webkit-scrollbar-thumb {
  background-color: #2c3e50; /* Color of the scrollbar thumb */
  border-radius: 6px; /* Rounded borders for the thumb */
  border: 3px solid #ecf0f1; /* White border around the thumb */
}

/* Style for the scrollbar track */
.locator-form-content::-webkit-scrollbar-track {
  background-color: #ecf0f1; /* Background color of the scrollbar track */
  border-radius: 6px; /* Rounded borders for the track */
}

/* Style for the scrollbar buttons (up and down) */
.locator-form-content::-webkit-scrollbar-button {
  display: none; /* Hides the scrollbar buttons */
}

.location-status {
  background-color: #376641; /* Background color */
  color: white; /* Text color */
  padding: 10px 20px; /* Padding */
  font-size: 16px; /* Font size */
  border-radius: 5px; /* Rounded borders */
  position: relative; /* Relative position for the pseudo-element */
  overflow: hidden; /* Hides content that spills out of the borders */
}

.location-status-closed {
  background-color: #8B0C0C; /* Background color */
  color: white; /* Text color */
  padding: 10px 20px; /* Padding */
  font-size: 16px; /* Font size */
  border-radius: 5px; /* Rounded borders */
  position: relative; /* Relative position for the pseudo-element */
  overflow: hidden; /* Hides content that spills out of the borders */
}
.form-input-wrapper {

}
@keyframes shine {
  from {
      left: -75%; /* Starts closer to the center */
  }
  to {
      left: 75%; /* Ends closer to the center, on the other side */
  }
}
@media (max-width: 1400px) 
{
  .locator-form-content
  {
    width: 35%;
  }
}
@media (max-width: 1200px) 
{
  .locator-form-content
  {
    width: 100%;
  }
  .locator-locations-content
  {
    width: 100%;
    height: 40vh;
  }
  .locator-form-content
  {
    height: 60%;
  }
}

@media (max-width: 768px) 
{
  .headerBackground
  {
    height: 100px!important;
   
  }
  .headerImage
  {
    background-size: contain;
  }
}

@media (max-width: 576px) 
{
  #locator_submit, .locator-submit-wrapper
  {
    width: 100%;
  }
  .locator-locations-content
  {
    display:none;
  }
}

