@font-face {
    font-family: 'Gilroy-Medium'; /* This is the name you will use to refer to the font */
    src: url('../../fonts/Gilroy-Medium.ttf') ; /* Include all formats if you want broader compatibility */
  }
  @font-face {
    font-family: 'Gilroy-Bold'; 
    src: url('../../fonts/Gilroy-Bold.ttf') ; 
  }

  .fixed_box {
   
    position: fixed;
    z-index: 10;
    width: 100%; /* Make sure it's full width */
 /* Stick to left */
    overflow: hidden; /* Hide overflow if necessary */

}

.z-index-items {
    margin-top: 8px;
    z-index: 1;
    overflow: hidden; /* Hide overflow and prevent scrolling */
    max-height: 100vh; /* Ensure the container doesn't exceed the viewport height */
    overflow-y: auto; /* Allow vertical scrolling if needed, otherwise set to 'hidden' */
}
  /* categories */
  .button-container-hookah-drinks {
    display: flex;
    gap: 10px;
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent buttons from wrapping */
    padding-bottom: 10px; /* Space for the scrollbar */
    -webkit-overflow-scrolling: touch; /* For smoother scrolling on iOS */
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #d3d3d3 #f0f0f0; /* For Firefox */
    padding-left: 10px;
    padding-right: 10px;
    
  
  }
  .button-container-hookah-drinks::-webkit-scrollbar {
    display: none; /* Hide scrollbar */
  }
  .button-container-hookah-drinks {
    scrollbar-width: none; /* Hide scrollbar */
  }

  

  
  
  .button-container-hookah-drinks  a{
  text-decoration: none !important;
  color: white !important;
  
  }
  .button-container-hookah-drinks a:hover , .button-container-hookah-drinks a:active {
  text-decoration: none !important;
  }
  
  .food-button-hookah-drinks{
    background: linear-gradient(257deg, #D9D9D9 -25.7%, rgba(188, 188, 188, 0.52) 109.55%);
    border-radius: 40px;
    padding: 4px 19px;
    font-family: 'Gilroy-Medium', sans-serif !important;
    font-size: 18px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(0.5px);
    border: 1px solid var(--gradient-tabs-unclicked, #D9D9D9);
    text-transform: uppercase;
  }
  .food-button-hookah-drinks:hover {
    background: var(--Coffee-gradient-2, linear-gradient(180deg, #009247 0%, #00793B 100%));
    border-radius: 40px;
    padding: 4px 19px;
    font-family: 'Gilroy-Medium', sans-serif !important;
    font-size: 18px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(0.5px);
    border: 1px solid var(--gradient-tabs-unclicked, #00793B);
    text-transform: uppercase;
    cursor: pointer;
  }
  .food-button-hookah-drinks-active{
    border-radius: 13px;
background: var(--Coffee-gradient-2, linear-gradient(180deg, #009247 0%, #00793B 100%));
    padding: 4px 19px;
    font-family: 'Gilroy-Medium', sans-serif !important;
    font-size: 18px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid var(--gradient-tabs-unclicked, #04bb5c);
  }
  
  .food-button-hookah-drinks img{
  position: relative;
  top: -3px;
    height: 18px !important;
  }


  /* items */
.hookah-items-cards{
    position: relative;
    border-radius: 40px;
    background: var(--brown-to-0, linear-gradient(180deg, rgba(0, 146, 71, 0.7) 0%, #00793B 100%));
    height: 430px;
    width: 100%;

  }

  @media (max-width: 768px) {
    .hookah-items-cards{
        position: relative;
        border-radius: 19px;
        background: var(--brown-to-0, linear-gradient(180deg, rgba(0, 146, 71, 0.7) 0%, #008541 100%));
        height: 212px;
        width: 100%;
    
      }
   }

  .hookah-items-cards img{
    position: relative;
    height: 300px;
    top: -55px;
    z-index: 10;
    
  }


  .shadow-img-hookah{
    position: relative;
    top: -158px;
    width: 11.9375rem;
    height: 6.01513rem;
    transform: rotate(4.16deg);
    flex-shrink: 0;
    border-radius: 9.9375rem;
    background: #004421;
    
    filter: blur(14.5px);
    z-index: 9;
  }

  @media (max-width: 768px) {
    .hookah-items-cards img{
        position: relative;
        height: 140px;
        top: -40px;
        z-index: 10;
        
      }
      .shadow-img-hookah{
        position: relative;
        top: -120px;
        width: 5.9375rem;
        height: 5.01513rem;
        transform: rotate(4.16deg);
        flex-shrink: 0;
        border-radius: 9.9375rem;
        background: #004421;
        
        filter: blur(14.5px);
        z-index: 9;
      }
   }

  .hookah-items-cards{
    padding: 20px;
  }
  .hookah-items-cards h2{
    position: relative;
    top: -160px;
    font-family: 'Gilroy-Medium', sans-serif !important;
    font-size: 30px;
    text-transform: uppercase;
    color: white;
    z-index: 11;

  }
  .hookah-items-cards-for-long-texts h2{
    position: relative;
    top: -160px;
    font-family: 'Gilroy-Medium', sans-serif !important;
    font-size: 25px;
    text-transform: uppercase;
    color: white;
    z-index: 11;

  }
  .hookah-items-cards p{
    position: relative;
    top: -165px;
    font-family: 'Gilroy-Medium', sans-serif !important;
    font-size: 22px;
    text-transform: uppercase;
    color: white;
    z-index: 11;

  }
 .hookah-drinks-p{
    position: relative;
    top: -182px !important;
    font-family: 'Gilroy-Medium', sans-serif !important;
    text-transform: uppercase;
    color: white;
    z-index: 11;
    font-size: 18px !important;
  }
  .hookah-drinks-text-img img{
    position: relative;
    top: -158px;
    height: 22px;

  }

  @media (max-width: 768px) {
    .hookah-items-cards{
        padding: 10px;
      }
      .hookah-items-cards h2{
        position: relative;
        top: -127px;
        font-family: 'Gilroy-Medium', sans-serif !important;
        font-size: 18px;
        text-transform: uppercase;
        color: white;
        z-index: 11;
    
      }
      .hookah-items-cards-for-long-texts h2{
        position: relative;
        top: -127px;
        font-family: 'Gilroy-Medium', sans-serif !important;
        font-size: 12px;
        text-transform: uppercase;
        color: white;
        z-index: 11;
    
      }
      .hookah-items-cards p{
        position: relative;
        top: -127px;
        font-family: 'Gilroy-Medium', sans-serif !important;
        font-size: 10px;
        text-transform: uppercase;
        color: white;
        z-index: 11;
    
      }
     .hookah-drinks-p{
        position: relative;
        top: -144px !important;
        font-family: 'Gilroy-Medium', sans-serif !important;
        text-transform: uppercase;
        color: white;
        z-index: 11;
        font-size: 9px !important;
      }
      .hookah-drinks-text-img img{
        position: relative;
        top: -124px;
        height: 10px;
    
      }

   
   }



  .hookah-drinks-add-to-list-button {
    background-color: rgba(255, 255, 255, 0.20); /* Orange background */
    border: none;
    color: white;
    font-family: 'Gilroy-Medium', sans-serif !important;
     padding: 0px 9px; 
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 44px; /* Rounded corners */
    cursor: pointer;
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Vertically center content */
    justify-content: center; /* Horizontally center content */
    gap: 4px; /* Space between text and plus */
    position: relative;
    top: -194px;
    z-index: 10px;
  }
  
  .hookah-drinks-plus-icon {
    position: relative;
    right: -9px;
    width: 30px; /* Adjust size as needed */
    height: 30px;
    border-radius: 50%; /* Make it a circle */
    background-color: rgba(255, 255, 255, 0.3); /* Slightly transparent white */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; /* Ensures text alignment */
    font-size: 1.5em; /* Adjust plus size */
    line-height: 1; /* Prevents extra spacing issues */
    font-weight: bold; /* Makes it more visible */
    color: white;
  }
  
  .hookah-drinks-plus-icon::before{
    content: "+";
    font-weight: 900;
    font-size: 24px; /* Adjust size to fit inside */
    display: flex; /* Ensure it follows flexbox rules */
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .gy-5-cc{--bs-gutter-y:28px}

  @media (max-width: 768px) {
    .hookah-drinks-add-to-list-button {
        background-color: rgba(255, 255, 255, 0.20); /* Orange background */
        border: none;
        color: white;
        font-family: 'Gilroy-Medium', sans-serif !important;
         padding: 0px 9px; 
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 10px;
        border-radius: 44px; /* Rounded corners */
        cursor: pointer;
        display: flex; /* Use flexbox for alignment */
        align-items: center; /* Vertically center content */
        justify-content: center; /* Horizontally center content */
        gap: 4px; /* Space between text and plus */
        position: relative;
        top: -155px;
        z-index: 10px;
      }
      
      .hookah-drinks-plus-icon {
        position: relative;
        right: -9px;
        width: 15px; /* Adjust size as needed */
        height: 15px;
        border-radius: 50%; /* Make it a circle */
        background-color: rgba(255, 255, 255, 0.3); /* Slightly transparent white */
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center; /* Ensures text alignment */
        font-size: 1.5em; /* Adjust plus size */
        line-height: 1; /* Prevents extra spacing issues */
        font-weight: bold; /* Makes it more visible */
        color: white;
      }
      
      .hookah-drinks-plus-icon::before{
        content: "+";
        font-weight: 900;
        font-size: 12px; /* Adjust size to fit inside */
        display: flex; /* Ensure it follows flexbox rules */
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 4%;
        top: 4%;
      }
    
      .gy-5-cc{--bs-gutter-y:28px}

   
   }




   /* bucket */
.circle-button-hookah-drinks {
  width: 80px; /* Adjust size as needed */
  height: 80px; /* Adjust size as needed */
  border-radius: 50%; /* Make it a circle */
  background: var(--brown-to-0, linear-gradient(180deg, rgba(0, 146, 71, 0.7) 0%, #008541 100%));
  border: none; /* Remove default button border */
  cursor: pointer; /* Indicate it's clickable */
  position: fixed; /* For positioning the notification badge */
  right: 100px;
  bottom: 200px;
  z-index: 12;
}

.circle-button-hookah-drinks:hover, .circle-button-hookah-drinks:active, .circle-button-hookah-drinks:focus {
  outline: none !important; /* Removes default outline */
  border: none !important; /* Removes any existing border */
  box-shadow: none !important; /* Optional: Removes any default box-shadow */
}

.icon-hookah-drinks {
  width: 34px; /* Adjust icon-hookah-drinks size as needed */
  height: 34px; /* Adjust icon-hookah-drinks size as needed */
  margin: 0 auto; /* Center horizontally */
  display: block; /* Prevent potential spacing issues */
  margin-top: 22px; /* Adjust vertical alignment */

}

.notification-badge-hookah-drinks {
  z-index: 13;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(222, 222, 222, 0.95); /* White badge */
  color: black; /* Black text */
  border-radius: 50%; /* Make it round */
  padding: 4px 8px; /* Adjust padding as needed */
  font-size: 18px; /* Adjust font size as needed */
  line-height: 1; /* Adjust line height to center text */
}

@media (max-width: 768px) {
  .circle-button-hookah-drinks {
    width: 65px; /* Adjust size as needed */
    height: 65px; /* Adjust size as needed */
    border-radius: 50%; /* Make it a circle */
    background: linear-gradient(249deg, rgba(222, 222, 222, 0.45) 45.28%, rgba(222, 222, 222, 0.45) 90.93%);
    border: none; /* Remove default button border */
    cursor: pointer; /* Indicate it's clickable */
    position: fixed; /* For positioning the notification badge */
    right: 10px;
    bottom: 200px;
    z-index: 12;
  }
  
  .circle-button-hookah-drinks:hover, .circle-button-hookah-drinks:active, .circle-button-hookah-drinks:focus {
    outline: none !important; /* Removes default outline */
    border: none !important; /* Removes any existing border */
    box-shadow: none !important; /* Optional: Removes any default box-shadow */
  }
  
  .icon-hookah-drinks {
    width: 27px; /* Adjust icon-hookah-drinks size as needed */
    height: 27px; /* Adjust icon-hookah-drinks size as needed */
    margin: 0 auto; /* Center horizontally */
    display: block; /* Prevent potential spacing issues */
    margin-top: 18px; /* Adjust vertical alignment */
  
  }
  
  .notification-badge-hookah-drinks {
    z-index: 13;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(222, 222, 222, 0.85); /* White badge */
    color: black; /* Black text */
    border-radius: 50%; /* Make it round */
    padding: 4px 8px; /* Adjust padding as needed */
    font-size: 13px; /* Adjust font size as needed */
    line-height: 1; /* Adjust line height to center text */
  }
 }






  /* hookah-drinks-bucket-page */
  .hookah-drinks-bucket-container{
    width: 100% !important;
    height: 100vh !important;
    border-radius: 25px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #D9D9D9 0%, rgba(115, 115, 115, 0.13) 100%);
    backdrop-filter: blur(2px);
    z-index: 11;
    overflow-y: auto;
   }
   .hookah-drinks-bucket-container h2{
    color: black;
    font-family: 'Gilroy-Medium', sans-serif !important;
    text-transform: uppercase;
    font-size: 22px;
  
   }
  
   .hookah-drinks-bucket-box{
    width: 100%;
    height: 72px;
    border-radius: 22px;
    border: 1px solid var(--hookah-drinks, #008541);
    background: rgba(255, 255, 255, 0.63);
   }
  
  
   /*  */
  
  
  
  
   .card-hookah-drinks-bucket {
    width: 100%;
    height: 82px;
    border-radius: 22px;
    border: 1px solid var(--hookah-drinks, #008541);
    background: white;
    display: flex;
    position: relative;
  }
  
  .image-hookah-drinks-bucket {
    height: 72px;
    object-fit: cover;
    margin-left: 12px;
    margin-top: 4px;
  }
  
  .details-hookah-drinks-bucket {
    padding: 10px;
    flex: 1;
  }
  
  .details-hookah-drinks-bucket p{
    color: black;
    font-family: 'Gilroy-Medium', sans-serif !important;
    text-transform: uppercase;
    font-size: 12px;
   
    margin-bottom: 0px;
  }
  
  
  
  
  
  .quantity-hookah-drinks-bucket {
    display: flex;
    align-items: center;
  }
  
  /* .quantity-button-hookah-drinks-bucket {
    border: none;
    background:rgba(0, 0, 0, 0.30);
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
  } */
  .quantity-button-hookah-drinks-bucket {
    display: flex;
    align-items: center !important;
    justify-content: center;
    text-align: center;
    border: none;
    background: rgba(0, 0, 0, 0.30);
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    line-height: 1; /* Ensures vertical centering */
    color: black !important;
  }
  .quantity-button-hookah-drinks-bucket, .quantity-button-hookah-drinks-bucket, .quantity-button-hookah-drinks-bucket:focus {
    outline: none !important; /* Removes default outline */
    border: none !important; /* Removes any existing border */
    box-shadow: none !important; /* Optional: Removes any default box-shadow */
  }
  
  .quantity-value-hookah-drinks-bucket {
    margin: 0 10px;
    font-family: 'Gilroy-Medium', sans-serif !important;
    font-weight: bold;
    font-size: 12px;
    color: black;
  }
  
  .close-button-hookah-drinks-bucket {
    position: absolute;
    font-family: 'Gilroy-Medium', sans-serif !important;
    top: 24px;
    right: 12px;
    border: none;
    background: none;
  
    cursor: pointer;
    color: black !important;
  }
  
  .close-button-hookah-drinks-bucket, .close-button-hookah-drinks-bucket, .close-button-hookah-drinks-bucket:focus {
    outline: none !important; /* Removes default outline */
    border: none !important; /* Removes any existing border */
    box-shadow: none !important; /* Optional: Removes any default box-shadow */
  }
  
  
  
  
  
  
  /*  */
   .hookah-drinks-bucket-container-footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 105px;
    border-radius: 35px 35px 0px 0px;
    background: var(--brown-to-0, linear-gradient(180deg, rgba(0, 146, 71, 0.7) 0%, #008541 100%));
    z-index: 12;
   }
  
   .hookah-drinks-bucket-container-footer p,h2{
    color: white;
    font-family: 'Gilroy-Medium', sans-serif !important;
    font-size: 20px;
    margin-bottom: 0px;
  
   }