html, body{
  width: 100%;
  overflow-x: hidden;
}

/* Google Fonts */

.inter-tight-Creek {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.heebo-Creek {
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-text-regular {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-text-regular-italic {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: italic;
}

.geist-Creek {
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.atkinson-hyperlegible-regular {
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.atkinson-hyperlegible-bold {
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.atkinson-hyperlegible-regular-italic {
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.atkinson-hyperlegible-bold-italic {
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-weight: 700;
  font-style: italic;
}


.hubot-sans-Creek {
  font-family: "Hubot Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.karla-Creek {
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.karla-Creek-italics {
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

li.breadcrumb-item > a {
  text-decoration: none;
  color: black;
}

li.breadcrumb-item > a:hover{
  color: gray;
  font-size: 20px;

}

.modal-title{
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

.fuel-text {
  font-size: 14px;
  padding: 3.5px;

}

#dinerButton{
  background-color: white

}

#dinerButton:hover{
  background-color: gray;
}

#store_Offerings{
  text-decoration: underline;

}

#biscuit-margin{
 margin-left: -13px;

}

.para-text{
  font-size: 18px;

}

#stores-footer{
  font-size: 14px;
}

#stores-footer a {
  text-decoration: none;
  color: #666666;

}

#stores-footer a:Hover{
  text-decoration: underline;

}

gmp-map {
  height: 500px;
}

gmp-place-details {
  border-radius: 0px;
  margin: 20px;
  width: 400px;
  height: 500px;
  margin-top: 0px;
}

.widget-container {
  min-width: 400px;
  overflow-y: none;
  overflow-x: none;
}

#map-container {
    box-sizing: border-box;
    width: 100%;
}

.outer-container {
    margin-top: 50;

}

root{ --bs-body-scrollbar-width: 0px; } 


body.modal-open {
  overflow: hidden; /* Hides the scrollbar on the body */
  padding-right: 0 !important; /* Prevents content shifting due to scrollbar removal */
}

gmp-place-details-compact {
  /* Sets the color for text and icons on the surface */
  /* Adapts automatically to the user's system light/dark mode preference */
  --gmp-mat-color-on-surface: light-dark(black, white);
  /* Sets the background color of the surface */
  /* Adapts automatically to the user's system light/dark mode preference */
  --gmp-mat-color-surface: light-dark(white, black);
  /* Defines the primary font stack used within the component */
  --gmp-mat-font-family: Google Sans Text, sans-serif;
  /* Defines the style for medium body text (e.g., address, descriptions) */
  --gmp-mat-font-body-medium: normal 400 0.875em/1.25em var(--gmp-mat-font-family, 'Google Sans Text');

  width: 360px;
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
  transform: translate(0, calc(-20px));
  margin-top: 100px;
}

/* This creates the pointer attached to the bottom of the element. */
gmp-place-details-compact::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid var(--gmp-mat-color-surface, light-dark(white, black));
}

.gas-box {
  width: 150px;
  height: 150px;
}

.gas-box-text{
  background-color:#dc3545;
  color: white;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-weight: bold;

}


.gas-box-restaurants {
  width: 150px;
  height: 150px;
  background-color: white;
  transition: background-color 0.2s ease;

}
/* When hovering over the parent */
.gas-box-restaurants:hover .gas-box-text {
  background-color: #cccccc;
  color: black;
}

.gas-box-restaurants {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gas-box-restaurants:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.gas-box2 {
  width: 150px;
  height: 100px;
}

.gas-box-mobile {
  width: 160px;
  height: 170px;
  margin-left: 8%;
}

.gas {
  font-size: 17px;
  margin-top: 8px;
  margin-bottom: 0px;
}

.hours-of-operation{
  font-size: 16px;
}

.pumpNum {
  font-size: 30px;
}

.pumpNum-mobile {
  font-size: 35px;
}

#image-carousel{
  width: 55%;
  height: 55;
}
.c-images{
  height: 100%;
  object-fit: cover;
}

.perdido-img {
  width: 160px;
  height: 100px;

}

#sisters-breakfast-div {
  background-color: #cc6633;
}


@media screen and (max-width: 400px) {

.gas-box-mobile {
margin-left: 3%;
}

html, body{
  width: 100%;
  overflow-x: hidden;
}

}

@media screen and (max-width: 500px) {

.modal-footer{
  display: none;
}

#diner-menu-tabs{
  margin-top: -20px;
  position: fixed;
  background-color: white;
}

#SistersGrillTab{
overflow-x: hidden;
}


 #cell-row {
    margin-left: 25%;
      }

  #cell-row2 {
    margin-left: 4%;
      }


  #cell-rowWT2 {
  margin-left: 0%;
      }

  gmp-place-details-compact{
    margin-top:100px;

  }

.hours-of-operation2{
  margin-right: 33%;
}
.hours-of-operation3{
  margin-right: 41%;
  margin-top: -10px;
}

#Desktop_Row{
display: none;
    }

#cell-rowP {
  display: none;
}

#cell-row-atmore {
  display: none;

}

#taco-top.col.col-lg-4.col-md-4.col-sm-4.mt-5{
margin-top: 15px;


}
.perdido-img{
  width: 110px;
  height: 75px;

}

#image-carousel{
  width: 85%;
  height: 85%;
}

html, body{
  width: 100%;
  overflow-x: hidden;
}

  }

    @media (min-width: 768px) and (max-width: 1050px) {
       #cell-row {
    margin-left: auto;
      }
      

  #image-carousel{
  width: 65%;
  height: 65%;
}

html, body{
  width: 100%;
  overflow-x: hidden;
}


    }

@media screen and (orientation:landscape)
and (min-device-width: 319px) 
and (max-device-width: 480px) {


#store_offerings {
text-align: center;

}

}