.carousel-img {
    height: auto;
   max-width: 100%; 
  }

  .carousel-img-container {
    max-width: 60%;
    height: auto;
    margin: 0 auto;
    background-color: black;
  }

  /* Custom styles for the cart and profile logos */
.cart-logo img,
.profile-logo img {
  width: 30px; /* Adjust the width to resize the logos */
  height: 30px; /* Adjust the height to resize the logos */
  margin-right: 10px;
}

h3 {
    margin-top: 20px;
  }

  .card {
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 20px;
  }

  .card-img-top {
    border-radius: 8px;
    max-height: 150px;
    object-fit: cover;
  }

  .card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
  }

  .card-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
  }

  .text-muted {
    font-size: 12px;
  }

  .footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer a {
    color: #fff;
    text-decoration: none;
    margin: 10px;
  }

  .footer-section {
    flex: 0 0 30%; /* Adjust the width of each section here */
    margin-bottom: 20px;
  }

  .footer-section h3 {
    color: #fff;
    margin-bottom: 10px;
  }

  .footer-section p {
    color: #fff;
  }

  .social-icons {
    flex: 0 0 30%;
    display: flex;
    justify-content: flex-end;
  }

  .social-icons a {
    color: #fff;
    text-decoration: none;
    margin: 5px;
    font-size: 20px;
  }

  .copyright {
    flex: 0 0 100%;
    text-align: center;
  }

  .copyright p {
    color: #fff;
    margin: 10px 0;
  }

  .card {
    max-width: 400px;
    max-height: 150px; /* Adjust the height as per your requirement */
    border: 1px solid #ccc; /* Add a border for the rectangular look */
  }

  .card-img {
    height: 100px;
    max-height: 150px; /* Ensure the image fits within the container */
    object-fit: cover; /* Maintain the aspect ratio and cover the container */
  }

  .card-body {
    padding: 1rem;
  }

  .increment {
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-weight: bold;
    width: 200px;
    margin-bottom: 5px;
    border-radius: 6px;
    text-align: center;
    line-height: 30px; /* Adjust this value to center the symbol vertically */

  }
  
  #increment-btn{
    background: rgb(90, 67, 67);
  }
  
  #food_meta
{
margin: 0;
padding: 0;
}

#food_meta li
{
list-style: none;
float: left;
width: 50%;
margin-bottom: 25px;
font-size: 16px;
font-weight: bold;
color: rgba(38, 29, 86, 1);
}

#food_meta li span
{
font-size: 12px;
font-weight: 500;
color: rgba(38, 29, 86, 0.5);
}
  /* Custom CSS for the personalized outer box */
  .personalized-card {
    width: 18rem;
    border: 2px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 10px;
  }

  /* CSS to fit the image inside the box */
  .personalized-card img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }

   /* Custom CSS for the personalized outer box */
   .personalized-container {
    display: flex;
    justify-content: space-between; /* Distribute cards horizontally with space between */
    margin-bottom: 5px; /* Lower space between cards */
  }

 /* Custom CSS for the increment and decrement section */
 .increment-container {
  display: flex;
  flex-direction: column;
  align-items: center; /* Align the container to the right */
  margin-top: 90px; /* Add some spacing from the h2 element */
  padding-right: 150px; /* Add padding from the right side */
  height: 30px;
}

/* Style for the h1 and h2 elements */
h1, h2 #ic
{
  text-align: center; /* Center the h1 and h2 elements */
}

/* Style for the increment and decrement buttons */
    .increment-btn {
      margin-top: 10px; /* Add some spacing between the buttons and h2 element */
      padding: 8px 12px; /* Adjust padding for better appearance */
      font-size: 18px; /* Adjust font size for better appearance */
    }

    .img-thumbnail {
      max-width: 600px; /* Limit the width to 600px */
      height: auto; /* Keep the aspect ratio */
      margin-right: 20px; /* Add some spacing between the image and the container */
    }

      /* Custom CSS to place image and increment container side by side */
      .image-container {
        display: flex;
        flex-wrap: wrap;
      }
  
      .image-container .img-thumbnail {
        flex: 1;
        margin-right: 20px;
      }
  
      .image-container .increment-container {
        flex: 1;
      }

      .increment-container h1,
      .increment-container h2,
      .increment-container h2 + button {
        margin: 0;
      }
  
      .smaller {
        width: 30px;
        height: 30px;
        font-size: 14px;
      }
      
