:root {
    --theme-main: #e0b848;
    --brown2: #67080c;
    --light-color : white;
    --theme-color : #ffca2c;
    /* used */
    --navbar-color : #67080c;
    --brown1: #490509;
    --theme: #4f5562;
    --dark-color: #000000;
}
#toast-container>div{
  opacity:1!important;
}
.toast-success {
  background-color: #28a745 !important;
  color: #ffffff !important;
  border: 1px solid #28a745 !important;
}
.toast-error {
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border: 1px solid #dc3545 !important;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  font-size: 14px;
}
.select2-container--default .select2-selection--multiple{
  border: 1px solid #e0e5eb!important;
}

.select2-container .select2-search--inline .select2-search__field{
  margin-top: 0px!important;
}
.select2-dropdown{
  z-index: 1!important;
}
.select2-container .select2-selection--multiple{
  min-height: 32px!important;
}
.select2-results ul{
  gap: 0rem!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  margin-right: 0px!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  margin-right: 5px!important;
  margin-top: 5px!important;
  padding: 0 4px!important;
  color: whitesmoke!important;
  font-size: 14px!important;
  background-color: #4f5562 !important;
  border: 1px solid #4f5562 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: #4f556287!important;
  color: white!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  color: white!important;
}
.select2-search__field{
  width: 100%!important;
}
.select2-container--default .select2-selection--multiple{
  display: flex!important;
}
.select2-container .select2-selection--multiple{
  font-size: 10px;
  align-items: center;
  display: inline-grid;
  width: 100%;
}
.bg-sub-theme{
   /* background: #f5c518;  */
   background: var(--theme);
 }
 .text-sub-theme{
   /* color: #f5c518;  */
   color: var(--theme);
 }
 .bg-theme{
   /* background: #67080c; */
   /* background: var(--theme); */
 }
 .text-theme{
    color: var(--brown2);
 }

 .cart-text-theme{
    color : var(--brown2)
 }

 .pointer{
    cursor: pointer;
 }

 .bg-fort-theme{
    background : var(--pink);
 }
 .text-fort-theme{
    color : var(--pink);
 }


 .playwrite{
    font-family: "Playwrite IN", serif;
 }
 .playfair-display{
    font-family: "Playfair Display", serif;
 }
 .poppins{
    font-family: "Poppins", serif;
 }
 /* ======================================================================================== */
 /* ========================================= NAVBAR ========================================= */
 /* ======================================================================================== */
 @keyframes wipe-in-left {
    from {
        clip-path: inset(0 0 100% 0);
    }
    to {
        clip-path: inset(0 0 0 0);
    }
}
 #custom-collapse {
    position: absolute;
    top: 65px;
    right: 20%;
    z-index: 1000;
    opacity: 0;
    cursor: pointer!important;
}
#custom-collapse.show {
    opacity: 1;
    right: 20%;
    /* animation: 0.2s linear wipe-in-left both; */
    transition: max-height 0.2s ease-out;
}
.custom-megamenu{
    z-index: 1000;
    max-height: 100%;
    overflow: scoll;
    transition: max-height 0.2s ease-out;
}
.nav-item i{
    cursor: pointer!important;
}
.nav-mobile i.dropdown-toggle::after{
    display: none!important;
}
.bg-custom{
    box-shadow: 0.5px 0px 1px!important;
}
.custom-navbar{
    background-color: var(--navbar-color)!important;
    box-shadow: 0.5px 0px 1px!important;
    a, a ~ i,button{
        color: var(--light-color)!important;
    }
    a.active{
        color: var(--theme-color)!important;
    }
}
.custom-navbar-height{
    height: 65px!important;
}
input[type="number"]#addQuantity {
    appearance: textfield;
    -moz-appearance: textfield;
}
input[type="number"]#addQuantity::-webkit-outer-spin-button,
input[type="number"]#addQuantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* Optional: Removes any extra margin */
}
.bi-heart-fill
{
    cursor: pointer!important;
    color: red!important;
}

input.is-invalid
{
    border-top-right-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important;
}

.h-80{
    height: 80vh!important;
}
 /* ======================================================================================== */
 /* ========================================= HOME ========================================= */
 /* ======================================================================================== */


/* ==================== */
/* ===== carousel ===== */
/* ==================== */
/* .carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 15px;
  animation: fadeInUp 1s ease-in-out;
} */

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}


/* ====================== */
/* ===== Categories ===== */
/* ====================== */
 /* Diamond Shape */
 .category-border {
  position: relative;
  width: 130px;
  height: 130px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #f5c518; */
  border: 1px solid var(--theme);
  border-radius : 10px;
  transition: border 0.5s ease-in-out;
  @media (min-width:535px) {
      transform: rotate(45deg);
  }
}

/* Image Styling */
.category-img {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
  transform: rotate(-45deg);
  border-radius:10px;
  scale:0.90;
  transition:0.3s;
  @media (max-width:535px) {
      transform: rotate(0);
  }
}

/* Overlay Effect */
.category-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-in-out;
}

/* Hover Effect - Border Animation */
.category-border:hover {
  /* border:5px solid #f5c518; */
  border:5px solid var(--theme);
}

.category-border:hover .category-img {
  scale:1;
}

.category-border:hover .category-overlay {
  opacity: 1;
}

/* Text inside the overlay */
.category-text {
  color: white;
  font-weight: bold;
  font-size: 16px;
  transform: rotate(-45deg);
  text-transform: uppercase;
  @media (max-width:535px) {
      transform: rotate(0);
  }
}

/* ==================== */
/* ===== CTA PART ===== */
/* ==================== */

/* Glass background */
.glass-bg {
 background: rgba(255, 255, 255, 0.1);
 backdrop-filter: blur(5px);
 -webkit-backdrop-filter: blur(5px);
 border: 1px solid rgba(255, 255, 255, 0.2);
}


/* ==================== */
/* ===== OUR CHEF ===== */
/* ==================== */

.chef-img {
  transition: transform 0.3s ease-in-out;
}

.chef-card:hover .chef-img {
  transform: scale(1.1);
}

.chef-overlay {
  background: rgba(255, 255, 255, 0.9);
  transition: transform 0.3s ease-in-out;
  transform: translateY(100%);
}

.chef-card:hover .chef-overlay {
  transform: translateY(0);
}


/* =============== */
/* ==== CARD ===== */
/* =============== */

.product-card {
  transition: 0.3s;
}

/* Category Badge (Price) */
.product-price {
  padding: 5px 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease-in-out;
}

/* Hover Effect for Price Badge */
.product-card:hover .product-price {
  /* background-color: #67080c !important; */
  background-color: var(--brown1) !important;
  color: white !important;
}

/* Hover Effect - Add to Cart Button Appears with Translate */
.product-add-to-cart {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: translateY(50px);
}

.product-card:hover .product-add-to-cart {
  opacity: 1 !important;
  transform: translateY(0);
}

/* -----------------------------------------  ==  END ==  ----------------------------------------- */


 /* ============================================================================================ */
 /* ========================================= Single Products ================================== */
 /* ============================================================================================ */

.product-Details-tab {
  .nav-pills .nav-link.active{
    color :var(--light-color);
    background : var(--red);
  }
  .nav-pills .nav-link{
    color : var(--red);
  }
}


/* -----------------------------------------  ==  END ==  ----------------------------------------- */

 /* ============================================================================================ */
 /* ========================================= CART ========================================= */
 /* ============================================================================================ */


/* ======================= */
/* ==== Product List ===== */
/* ======================= */

.product-list {
  .table {
    border-collapse:separate;
    border : 1px solid #dee2e6!important;
    border-radius:6px;
  }

  .table td, .table th {
    text-align: center;
    /* color: white !important; */
    border-left: none;
    border-right : 1px solid #dee2e6;
    border-bottom : 1px solid #dee2e6;
    background-color: transparent !important;
  }

  td:last-child, th:last-child {
    border-right: none;
  }
  tr:last-child td{
    border-bottom: none;
  }
}

/* ======================= */
/* ==== Checkout Total Discount Input ===== */
/* ======================= */
/*
.checkout-total{
  ::placeholder   {
    color: white !important;
    opacity: 1;
  }

  .form-control{
    background-color: transparent;
    color : white;
  }

  .form-control:focus {
    border-color: white;
    box-shadow: none;
  }
} */



/* -----------------------------------------  ==  END ==  ----------------------------------------- */

 /* ============================================================================================ */
 /* ========================================= Profile ========================================= */
 /* ============================================================================================ */

 /* Profile Main */

 .profile-main{

  /* main */
  .nav-tabs .nav-link.active  {
    border: none;
    /* background : #ffca2c;Z */
    background : var(--red);
    color : var(--light-color);
  }
  .nav-tabs .nav-link{
    color : var(--red);
  }

  /* Address */
  .list-group-item {
      color:white;
      background: transparent;
  }

  /* Profile Inputs */
  /* ::placeholder   {
    color: white !important;
    opacity: 1;
  }

  .form-control{
    background-color: transparent;
    color : white;
  }

  .form-control:focus {
    border-color: white;
    box-shadow: none;
  } */

  /* .form-check-input:checked {
      background-color: #ffc107;
      border-color: #ffc107;
  } */

  /* order */
  .pills-orders,.order-tab{
    .table {
      border-collapse:separate;
      border : 1px solid #dee2e6 !important;
      border-radius:6px;
    }

    .table td, .table th {
      text-align: center;
      /* color: #dee2e6 !important; */
      border-left: none;
      border-right : 1px solid #dee2e6;
      border-bottom : 1px solid #dee2e6;
      background-color: transparent !important;
    }

    td:last-child, th:last-child {
      border-right: none;
    }
    tr:last-child td{
      border-bottom: none;
    }
  }
 }


 /* -----------------------------------------  ==  END ==  ----------------------------------------- */

 /* ============================================================================================ */
 /* ========================================= checkout ========================================= */
 /* ============================================================================================ */

.checkout-section {
  .list-group-item {
      /* color:white; */
      background: transparent;
  }

  .form-check-input:checked {
      /* background-color: var(--red);
      border-color: var(--red); */
      background-color: var(--theme);
      border-color: var(--theme);
  }

  .nav-tabs .nav-link {
      color: var(--red);
  }

  .nav-tabs .nav-link.active {
      background-color: var(--red);
      color: #FFF;
  }

  .table th {
      text-align: end;
      border : 1px solid #dee2e6;
      background-color: transparent !important;
      /* color:white; */
  }
  .table td {
      text-align: end;
      /* color:white; */
      background-color: transparent !important;
  }
}

/* -----------------------------------------  ==  END ==  ----------------------------------------- */


 /* ============================================================================================ */
 /* ========================================= Login, Register ========================================= */
 /* ============================================================================================ */
.login-section, .register-section{
  .glass-bg {
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 10px;
  }

  .form-check-input:checked {
      background-color: #ffc107;
      border-color: #ffc107;
  }
}

/* -----------------------------------------  ==  END ==  ----------------------------------------- */

/* ============================================================================================ */
/* ========================================= Error ========================================= */
/* ============================================================================================ */

.error-section{
  .error-container {
      max-width: 500px;
  }

  /* 404 Text */
  .error-code {
      font-size: 6rem;
      font-weight: bold;
      color: var(--pink);
  }

  /* Cake Illustration */
  .cake-img {
      max-width: 60%;
      height: auto;
      animation: float 3s ease-in-out infinite;
  }

  /* Buttons */
  .btn-theme {
      border: 1px solid var(--theme);
      color : var(--theme);
      transition: transform 0.3s ease-in-out;
  }

  .btn-theme:hover {
      background: var(--theme);
      color: var(--brown1);
      transform: scale(1.05);
  }
}

/* -----------------------------------------  ==  END ==  ----------------------------------------- */

/* Inputs */
/*
::placeholder   {
  color: white !important;
  opacity: 1 !important;
}

.form-control{
  background-color: transparent  !important;
  color : white !important;
} */
/*
.form-control:focus {
  border-color: white !important;
  box-shadow: none !important;
} */


 /* Pagination */

 .pagination{
    .pagination a:focus{
        outline: none!important;
        box-shadow: none!important;
    }
    .page-link{
        color : var(--light-color);
        background: var(--red);
        z-index: 1!important;
        outline: none !important;
    }
    .active>.page-link, .page-link.active{
        color : var(--red)!important;
        background: var(--light-color)!important;
        border: 0.5px solid var(--red)!important;
        outline: none !important;
    }
    .page-link:hover{
        color : var(--red);
        background: var(--light-color);
    }
    .page-link:focus{
        outline: none !important;
    }
 }

 /* Floating Animation */
 @keyframes float {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-10px);
  }
}

/* -----------------------------------------  ==  28-1-2025 ==  ----------------------------------------- */

.breadcrumb-item+.breadcrumb-item::before
{
    color : var(--red)!important;
    /* --theme-main: #e0b848;
    --brown2: #67080c;
    --light-color : white;
    --theme-color : #ffca2c;
    --navbar-color : #67080c;
    --brown1: #490509;
    --theme: #ffca2c; */
}

.breadcrumb-item.active
{
    color : var(--red)!important;
}

#breadcrumbs a{
    color: var(--red)!important;
}

.card-title a{
    text-decoration: none !important;
    color: var(--dark-color) !important;
}

#navBar{
    background-color: var(--navbar-color)!important;
}

.mega-menu-bar{
    background-color: var(--navbar-color)!important;
    box-shadow: 0.5px 0px 1px!important;
    border-radius : 5px;
    margin : 5px 0 0 0;

    a, a ~ i{
        color: var(--light-color)!important;

    }
    a.active , h5{
        color: var(--theme-color)!important;
        margin : 0 0 20px 0;
    }
    a:hover {
        color: var(--theme-color)!important;
        text-decoration : underline !important;
    }
}
/* .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    text-align: center;
    width: 90%;
    max-width: 500px;
    animation: fadeInUp 1s ease-in-out!important;
}

@media (max-width: 768px) {
    .carousel-caption {
        padding: 15px;
    }
}
.carousel-item {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.carousel-item.active {
    position: relative;
    opacity: 1;
} */

.h-60{
    height: 60vh!important;
}
#pills-addresses .form-control > option{
    background-color: var(--brown1)!important;
    color: var(--light-color)!important;
}
.h-40{
    height: 40vh!important;
}

.cursor-pointer{
    cursor: pointer;
}

@media(min-width:768px) {
	#homeCarouselOuterDiv, #homeCarouselDiv{
        height: 60vh!important
    }
    #homeBannerOuterDiv,#homeBannerDiv{
        height: 60vh!important
    }
}

@media(min-width:320px) and (max-width:767px){
	#homeCarouselOuterDiv, #homeCarouselDiv{
        height: 25vh!important;
    }
    #homeBannerOuterDiv,#homeBannerDiv{
        height: 25vh!important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .p-sm-0{
        padding: 0 !important;
    }

    .fs-cs-1{
        font-size: 0.75rem!important;
    }

    .fs-cs-2{
        font-size: 1rem!important;
    }

    #customCardImage{
        max-height: 150px!important;
    }
    #customCardBody{
        max-height: 200px!important;
    }

    [id^="carouselBanner-"] {
        object-fit: cover!important;
        object-position: center !important;
    }
}

.w-30{
    width: 30%!important;
}

.product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.image-wrapper {
    overflow: hidden;
    position: relative;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
.product-card img {
    transition: transform 0.4s ease;
    width: 100%;
    height: auto;
}
.product-card:hover img {
    transform: scale(1.05);
}
.discountBadge,
.wishlist-icon {
    z-index: 2;
    position: relative;
}
.autocomplete-results {
    position: absolute;
    background: white;
    color: red!important;
    border: 1px solid #ddd;
    display: none;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    top: 40px;
}
.autocomplete-item {
    padding: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: red!important;
}
.autocomplete-item:hover, .autocomplete-item.selected {
    background-color: #f2f2f2;
}


.shine-bg {
    position: relative;
    color: #fff !important;
    background: linear-gradient(90deg, #d9534f, #c9302c);
    padding: 4px 0px;
    border-radius: 4px;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
  }

  .shine-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 25%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.2) 100%);
    transform: skewX(-50deg);
    animation: shine 2s infinite;
    z-index: 2;
  }

  @keyframes shine {
    0% {
      left: -75%;
    }
    100% {
      left: 125%;
    }
  }
