.addressdiv {
  padding: 5px;
  background-color: white;
  border: 2px solid var(--accent-color);
  display: none;
  margin-bottom: 10px;
}

.nomargin {
  margin-right : 0 !important;
  margin-left : 0 !important
}


.notleftrigh {
  padding-right: 0 !important;
  padding-left:  0 !important;
  margin-top:  5px !important;
 
}

.container{
  --bs-gutter-x: 1rem;
}

textarea {
  width: calc(100% - 5px); /* Occupy full width minus margins */
  padding: 10px; /* Add padding inside the textarea */
  box-sizing: border-box; /* Include padding in width calculation */
  border: 1px solid #ccc; /* Add a light border */
  font-size: 16px; /* Set a reasonable font size */
  min-height: 100px; /* Set a minimum height */
  resize: vertical; /* Allow vertical resizing */
  -webkit-appearance: none; /* remove default styling for iOS */
  margin-bottom:  5px;
}

.money {
  text-align: right;
}

.card-not_border 
{
  border: 0px solid white !important;

}

.card-menu
{
  border: 1px solid rgb(227, 219, 219) !important;
  min-height:  60px;
  margin-top: 5px;
  padding: 12px;
  font-family: Raleway;

}

div.bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  align-items: center;
  padding: 5px;
  margin-bottom: 0px;
  z-index: 1030;
}



.btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.btn-outliner {
  color: var(--accent-color);
  background: var(--contrast-color);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
  border: 1px solid var(--accent-color);
  border-color:  var(--accent-color);
}

.btn-outliner:hover {
  color: var(--contrast-color);
  background: var(--accent-color);
}

.btn_link_outliner {
  color: var(--accent-color);
}

.text-primary {
  color: var(--accent-color) !important;
}

.alert-info {
  background-color: var(--surface-color) !important;
  border-color:  var(--accent-color);
  color: var(--accent-color) !important;
}

.tip_link {
  text-decoration: underline;
  text-decoration-color: var(--accent-color);
}

@media (min-width: 768px) {
  .md\:hidden {
      display: none;
  }
}


h1, h2, h3, h4, h5, h6 {
     font-family: var(--default-font) !important; 
}


section, .section {
  padding: 0 !important;
}

.btn-outliner_small {
  padding: 10px 3px 10px 3px !important; 
  
}


.btn-outliner_accent {
  color: black  !important;
  background:  white !important;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
  border: 4px solid black  !important;
  border-color:  black !important;
}

.variation-button  {
  margin-bottom:  5px !important;
 
}


/* Ensure Google Places Autocomplete suggestions appear above modals */
.pac-container {
    z-index: 1055 !important; /* Bootstrap modals often use 1050 or 1040, so go higher */
}


.small-space  {
  margin-top:  5px !important;
 
}


.bold-text {
  font-weight: bold;
  font-size: 1.2em;


}

.imageContainer {
  width: 100%;
  height: 100%;
  max-height: 15em; /* Default for mobile */
  overflow: hidden;
  position: relative;
}

.productImage {
  height: 110px;
}


/* For larger screens (e.g., tablets, desktops) */
@media (min-width: 768px) {
  .imageContainer {
    max-height: 45em;
  }

  .productImage {
     height: 150px;
  }
}

/* Desktops and larger screens */
@media (min-width: 1200px) {
  .imageContainer {
    max-height: 240px;
  }
  .productImage {
     height: 240px;
  }
}

.imageHolder {
  height: 100%;
  display:flex;
  align-items: center;
}

.imageItself {
  height: auto;
  width: 100%;
  align-self: center;
 
}

.imageContainerShopping {
  width: 100%;  
  height: 8em;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}


.productDescription {
  height: 80px; text-align: center;  align-items: center;
}

.productPrice {
   text-align: center;  align-items: center;
}