body, html {
	font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.header {
  max-width: 100%;
  overflow: hidden;
  background-color: #ff6e01;
  color: #fff;
  height: 50px;
    display: flex
;
    align-items: center;
    font-weight: bold;
    position: fixed;
    top: 0px;
    z-index: 99999999999;
}
    .kayan-banner {
      width: 100%;
      height: 40px;
      overflow: hidden;
      background-color: #0d6efd;
      color: white;
      display: flex;
      align-items: center;
      white-space: nowrap;
      font-size: 1rem;
      
    }

    .kayan-icerik {
      display: inline-block;
      padding-left: 100%;
      animation: kaydir 15s linear infinite;
      white-space: nowrap
    }

    @keyframes kaydir {
      0% { transform: translateX(0%); }
      100% { transform: translateX(-100%); }
    }
    .company-info {
      margin-top: 50px;
      position: relative;
      z-index: -1;
          height: 130px;
    }
    .company-logo {
      position: absolute ;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .menu-content {
          background: #fff;
    margin-top: -15px;
    z-index: 9999;
    border-radius: 15px;
    padding: 15px;
    }

    p {
      margin: 0px;
      padding: 0px;
    }
    .menu-content-info p {
      font-size: 14px
    }
.menu .items {
  display: flex;
}
.menu-item {
  position: relative;
  margin-bottom: 10px;
}{
  
}
.menu .items .menu-item:nth-child(odd) {
  margin-right: 5px;
}
.menu .items .menu-item:nth-child(even) {
  margin-left: 5px;
}
.menu-item p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    text-align: center;
    color: #fff;
        z-index: 9999;
}
.menu-item::after {
content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #0000009e;
    position: absolute;
}

.category-details-content {
    padding-top: 55px;
    padding-bottom: 15px;

}

.category-details {
  position: absolute;
    background: #fff;
    top: 50px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: none;
    z-index: 999999999;
}
.products {
  padding: 0px 15px;
  margin-bottom: 20px;
}

.modal-header {
  padding: 15px;
    justify-content: unset;
    /* border-bottom: 1px solid #ccc; */
    background: #f8f9fa;
        position: fixed;
    right: 0px;
    left: 0px;
    z-index: 99999;
}


.category-details-content .category-title {
  padding: 15px;
}

.product-card {
      border: 1px solid #dee2e6;
      border-radius: 8px;
      overflow: hidden;
      position: relative;
    }

    .product-card img {
      height: 140px;
      object-fit: cover;
      width: 100%;
    }

    .product-info {
      padding: 10px;
    }

    .product-name {
      font-weight: bold;
      font-size: 1rem;
      margin: 0;
    }

    .product-desc {
      font-size: 0.875rem;
      color: #6c757d;
    }

    .product-price {
      position: absolute;
      top: 10px;
      right: 10px;
      background-color: white;
      padding: 2px 6px;
      border-radius: 5px;
      font-weight: bold;
      font-size: 0.95rem;
    }

    .add-button {
      background-color: white;
      border-top: 1px solid #dee2e6;
      text-align: center;
      padding: 8px;
      font-weight: 600;
      color: #007bff;
      cursor: pointer;
    }

    .add-button:hover {
      background-color: #f8f9fa;
    }

    .zoom-icon {
      position: absolute;
      bottom: 10px;
      right: 10px;
      background: white;
      border-radius: 50%;
      padding: 5px;
      font-size: 0.85rem;
    }



   #image-carousel ul li p   {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    text-align: center;
    color: #fff;
    z-index: 9;
    }

    #image-carousel ul li::after {
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #0000009e;
    position: absolute;
}

#image-carousel {
    padding: 15px;
}

#image-carousel ul li {
    margin-right: 10px;
}
.splide__pagination  {
  display: none !important
}