
body {
    width: 100%;
    height: 100%;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #444;
  }
  legend {
    padding: 7px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  label {
    font-size: 12px;
    font-weight: normal;
  }
  /* Chrome border line */
  button:focus {
    outline: none !important;
  }
  /* container */
  #container {
    width: 100%;
    min-height: 100%;
    position: absolute;
    margin-bottom: 300px;
  }
  /* content */
  #content, #column-left, #column-right {
    padding-bottom: 730px;
  }
  /* home page css start here  */
     body {
              font-family: Arial, sans-serif;
              background: #ffffff;
              margin: 0;
              padding: 20px;
          }
  .discount-popup {
      text-align: start;
  }
  .voucher-box {
      text-align: start;
  }
          .pos-container {
              display: flex;
              flex-wrap: wrap;
              gap: 20px;
          } 
          /* top button css strat here */
          .item_p .category {
            padding: 10px 10px;
            border-radius: 30px;
            font-size: 15px;
            font-weight: 600;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            background: navy;
            gap: 3px;
            border: 1px solid #feb32b;
            color: #feb32b;
        }
        .subcategory {
          margin: 1px;
          background: #ffff!important;
          border: 0 !important;
          border-radius: 0!important;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
          width: 16%;
          justify-content: center;
          color: #000!important;
          /* display: flex; */
          padding-block: 13px!important;
          flex-direction: column;
          font-size: 13px!important;
      }
        .category img {
          border-radius: 25px;
          width: 30px;
          height: 30px;
      }
      
  
         .product-img img {
           width: 106px;
           height: 88px;
         }
          .product-card {
              background: white;
              border-radius: 10px;
              box-shadow: 0 2px 10px rgba(0,0,0,0.1);
              width: 200px;
              padding: 15px;
              transition: transform 0.2s;
          }
  
          .product-card:hover {
              transform: scale(1.03);
          }
  
          .product-image {
              width: 100%;
              height: 150px;
              object-fit: cover;
              border-radius: 8px;
              margin-bottom: 10px;
          }
  
          .product-name {
              font-size: 16px;
              font-weight: bold;
          }
  
          .product-price {
              color: #28a745;
              font-weight: bold;
          }
          .profile-wrapper {
    display: flex;
    justify-content: center;
  }
  .profile-dropdown.active i {
      transform: rotate(180deg);
      transition: transform 0.3s ease-in-out;
  }
  .username {
    width: max-content;
}
  .profile-dropdown {
    background-color: dodgerblue;
    display: inline-flex;
    align-items: center;
    padding: 5px 13px;
    border-radius: 8px;
    color: white;
    font-family: Arial, sans-serif;
    font-weight: bold;
    gap: 13px;
    position: relative;
    cursor: pointer;
  }
  
  .profile-pic {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .profile-dropdown i {
    font-size: 14px;
  }
  
  .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    color: black;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    overflow: hidden;
    display: none;
    flex-direction: column;
    min-width: 175px!important;
    z-index: 100;
  }
  
  .dropdown-menu a {
    padding: 10px 15px;
    text-decoration: none;
    color: black;
    font-weight: 500;
    font-size: 14px;
    transition: background 0.2s;
  }
  
  .dropdown-menu a:hover {
    background-color: #f0f0f0;
  }
  /* login page css start here  */
  div#account-login {
    width: 31%;
    margin-top: 10px;
    z-index: 999;
    position: relative;
  }
  
  .form_border {
    background: #ffffff;
    position: relative;
    overflow: hidden;
  }
  .clo-login {
      margin-top: 155px;
  }
  
  .floating {
    position: absolute;
    width: 100px;
    height: 100px;
    background: #007bff;
    opacity: 0.1;
    border-radius: 50%;
    top: -40px;
    right: -40px;
    animation: float 3s infinite ease-in-out;
    z-index: 0; /* Ensure it stays behind form content */
  }
  @keyframes float {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
  /* login page css end here  */
  /* popup css start here  */
  .input_with_coupen {
    display: flex;
  }
  .card-item1 .item_p.slider_items.slick-initialized.slick-slider {
    margin-top: 0px;
  }
  .modal-header i, i.close_coupon.fa-solid.fa-xmark, .page-header .btn.btn-light {
    background: #d0d0d0;
    padding: 8px 13px;
    border-radius: 3px;
  }
  /* popup css end here  */
  .product-img i {
    font-size: 17px;
}
  
  /* Show dropdown when active */
  .profile-dropdown.active .dropdown-menu {
    display: flex;
  }
  
  
          .search_bar {
              display: flex;
              align-items: center;
              justify-content: space-between!important;
              padding-bottom: 6px;
          }
          input.search-input:focus-visible {
              outline: none!important;
          }
          .search-input {
              flex: 1;
              padding: 6px 9px;
              border: 1px solid #ccc;
              border-radius: 5px;
              font-size: 16px;
              background: #f1f1f1;
              margin-right: 19px;
               width: 100%;
          }
          .item_search {
      width: 100%;
  }
  
          .search-button {
              padding: 7px 13px;
              background-color: #0f9b67;
              color: white;
              border: none;
              border-radius: 25px;
              cursor: pointer;
              font-size: 16px;
          }
  
          .search-button i {
            pointer-events: none;
          }
  
          .search-button:hover {
            background-color: #45a049;
          }
          .add-button {
              margin-top: 10px;
              background: #007bff;
              color: white;
              border: none;
              padding: 10px;
              border-radius: 5px;
              width: 100%;
              cursor: pointer;
          }
  
          .add-button:hover {
              background: #0056b3;
          }
          body {
      padding: 0;
  }
  .card-item {
      box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
      padding: 10px;
  }
  /* slider css start here  */
  .slider_category_2 {
    display: flex!important;
    flex-direction: row;
    justify-content: start;
    gap: 18px;
  }
  .active_category {
    background: #1e90ff!important;
    color: #ffff!important;
  }
  .slider_category {
    display: flex!important;
    gap: 13px!important;
    flex-direction: row;
  }
  .slider_items {
    max-width: 96%;
    margin: auto;
    margin-top: 40px;
  }
  .slider_items_2 {
    width: 96%;
    margin: 0 auto;
  }
  
  .slick-prev::before, .slick-next::before {
    color: #000 !important;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 27px !important;
  }
  .slick-initialized .slick-slide {
    padding: 0 5px;
  }
  
  @media (max-width: 1200px) {
    .slider_items { max-width: 70% }
  }
  
  @media (max-width: 1024px) {
    .slider_items { max-width: 90% }
  }
  /* slider css start here  */
  
  /* slider 2 css start here  */
  
  /* slider 2 css end here  */
  
  
  /* Place New Order css start here */
  .order-with-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* Place New Order css end here */
  
  
  .item_p {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 9px;
    /* overflow-x: scroll; */
  }
  .item_p::-webkit-scrollbar {
    width: 0;
    height: 6px;
    /* background: rebeccapurple; */
  }
  .p_name {
      margin: 0;
  }
  .item_t p {
      color: #0f9b67;
      font-size: 15px;
      font-weight: 600;
      padding-bottom: 0px;
  }
  .item-1 {
      box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 18%;
      padding: 12px;
      gap: 3px;
  }
  .p_icon {
      font-size: 19px;
      color:#aa7338;
  }
  .p_name {
      color:#000000;
      font-size: 14px;
      font-weight: 600;
  }
  .item-1 {
      border: 2px solid transparent;
      transition: border-color 0.3s ease;
      box-sizing: border-box;
      border-radius: 5px;
  }
  
  .item-1:hover {
      border: 2px solid #0f9b67;
  }
  
  .p_name, .p_icon {
      transition: color 0.3s ease;
  }
  
  .item-1:hover .p_name,
  .item-1:hover .p_icon {
      color: #0f9b67;
  }
  .item-add {
      margin-top: 10px;
  }
  .card-item-2 {
      margin-top: 30px;
  }
  .product-img {
      border: 1px solid #b6b6b6;
      border-radius: 5px;
      padding: 5px;
  }
  .item_pr {
      display: flex;
      flex-direction: column;
      text-align: center;
      width: 18%
  }
  
  .item_pr p {
      margin: 0;
  }
  .product_name {
      font-size: 13px;
      font-weight: 600;
      margin-top: 5px!important;
  }
  .product_price {
      color: #0f9b67;
      font-size: 12px;
      font-weight: 800;
  }
  .main_product {
      display: flex;
      justify-content: space-between;
  }
  
  .checkout-card {
    position: relative;
    background: white;
    /* padding: 10px; */
    height: 100%;
    height: 615px;
    overflow-y: auto;
    /* border-radius: 10px; */
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05); */
  }
  
  .checkout-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    display: none;
  }
  
  .checkout-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;
  }
  
  .del-icon {
    color: #f54441;
    font-size: 16px;
    margin-right: 8px;
    cursor: pointer;
  }
  
  .item-name {
    flex: 1;
    font-size: 14px;
  }
  
  .qty-box {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 10px;
  }
  
  .qty-btn {
    border: 1px solid #0f9b67;
    background: white;
    color: #0f9b67;
    font-size: 14px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    padding: 0;
  }
  
  .qty {
    min-width: 20px;
    text-align: center;
    font-weight: 500;
  }
  
  .item-price {
    font-weight: 600;
    font-size: 14px;
  }
  .checkout-summary {
    position: absolute;
    width: 90%;
    bottom:  25px;
    left: 4.8%;
    text-align: end;
  }
  .btn-coupon {
    width: 100%;
  }
  .order_button button {
    width: 44.5%;
  }
  .summary-row {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
    font-size: 14px;
  }
  
  .summary-row.total {
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #e1e1e1;
    padding-top: 4px;
  }
  .checkout-summary-cart {
    position: absolute;
    top: 56%;
    width: 100%;
  }
  
  .discount-input {
    width: 50px;
    border: 1px solid #ccc;
    padding: 3px 5px;
    border-radius: 4px;
    text-align: center;
  }
  
  .pay-btn {
    background-color: #0f9b67;
    color: white;
    border: none;
    width: 100%;
    padding: 8px;
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    border-radius: 6px;
    cursor: pointer;
  }
  .btn-icon_row {
      /* display: flex; */
      /* justify-content: space-between; */
      /* text-align: center; */
      /* background: #f1f1f1; */
      padding: 13px 11px;
      margin-top: 15px;
      /* border-radius: 5px; */
  }
  .customer-btn {
    visibility: hidden;
  }
  .icon_btn.coupon .btn.btn-info {
    width: 100%;
}
  /* .coupon {
    position: absolute;
    right: 2.4%;
    bottom: 26.7%;
    display: flex;
    flex-direction: column;
    width: 28.7%;
  } */
  /* .icon_btn {
    display: flex;
    flex-direction: column;
    width:28.7%;
  } */
  header.flex-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .checkout-header {
      display: flex;
      justify-content: space-between;
      font-size: 13px;
      color: #888;
      font-weight: 600;
      padding: 8px 0;
      border-block: 1px solid #e1e1e1;
      margin-bottom: 8px;
      background: #f1f1f1;
  }
  
  .header-name {
    flex: 1;
    padding-left: 20px;
  }
  
  .header-qty {
    width: 80px;
    text-align: center;
  }
  
  .header-price {
    width: 60px;
    text-align: center;
  }
  
  /* ===== header CSS start here ===== */
  .top-header {
    background: navy;
    padding-block: 2px;
    position: relative;
    z-index: 9;
  }
  .modal-backdrop.fade.show {
    display: none;
}
  .ul-header {
    display: flex;
    gap: 13px;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
  }
  .checkout-list {
      height: 300px;
      overflow: auto;
  }
  .ul-header li a {
      color:#ffffff;
      text-decoration: none;
      font-weight: 600;
      font-size: 15px;
      display: flex;
      align-items: center;
      gap: 10px;
  }
  .ul-header li {
      background: dodgerblue;
      padding: 5px 12px;
      border-radius: 8px;
  }
  /* Hamburger icon */
  .menu-toggle {
    display: block;
    font-size: 28px;
    color: white;
    cursor: pointer;
     text-align: end;
  }
  .ul-header.show {
    /* display: flex; */
    /* position: absolute; */
    /* left: -1%; */
    /* top: 55px; */
    /* width: 270px; */
    /* height: 100vh; */
  }
  .menage-height {
      /* min-height: 737px; */
      margin-bottom: 60px;
  }
  .qty{
      width:70px;
  }
  .card-item-2 {
      margin-top: 10px;
      overflow: hidden;
      height: 524px;
      overflow-y: auto;
  }
  .order_button a {
      border: 1px solid #ff221e;
      padding: 6px 12px;
      border-radius: 5px;
      font-size: 14px;
      font-weight: 600;
  }
  .order_button {
    text-align: end;
    margin-top: -16px;
    display: flex;
    justify-content: end;
    gap: 24px;
    Z-INDEX: 9;
    POSITION: RELATIVE;
    WIDTH: 95%;
  }
  .order_button .cancel {
      color: #ff221e; 
      transition: all 0.3s ease;
  }
  
  .order_button .cancel:hover {
      background: #ff221e;
      color: #ffffff;
  }
  
  .order_button .hold {
      border: 1px solid #129664;
      color: #129664;
      transition: all 0.3s ease;
  }
  .order_button .hold:hover {
     background:  #129664;
     color: #ffffff;
  }
    /* ===== Responsive  header===== */
      .menu-toggle {
      display: block;
    }
    ul#navMenu li {
      /* width: 85%; */
  }
  
    .ul-header {
      /* display: none; 
      flex-direction: column; 
      background:#ffffff;
      position: absolute;
      top: 100%;
      left: 0;
      padding: 20px; */
      display: flex;
      gap: 32px;
      /* margin-left: 65px; */
      padding-block: 10px;
      width: 100%;
      z-index: 1000;
      box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    }
  .menage-height {
    transition: padding-left 0.3s ease;
  }
  
  .manage_w {
    /* padding-left: 132px; */
  }
  /* home page css end here  */
  
  
  @media (min-width: 576px) {
    #content, #column-left, #column-right {
      padding-bottom: 400px;
    }
  }
  #alert {
    z-index: 9999;
    position: fixed;
    top: 30%;
    left: 50%;
    width: 400px;
    margin-left: -200px;
  }
  @media (min-width: 992px) {
    #alert {
      width: 600px;
      margin-left: -300px;
    }
  }
  @media (min-width: 1140px) {
    #alert {
      width: 600px;
      margin-left: -300px;
    }
  }
  @media (min-width: 1320px) {
    #alert {
      width: 600px;
      margin-left: -300px;
    }
  }
  #alert .alert {
    margin-bottom: 15px;
  }
  #alert .alert-primary {
    box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
  }
  #alert .alert-secondary {
    box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
  }
  #alert .alert-success {
    box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
  }
  #alert .alert-warning {
    box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
  }
  #alert .alert-danger {
    box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
  }
  #alert .alert-info {
    box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
  }
  #alert .alert-light {
    box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
  }
  #alert .alert-dark {
    box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
  }
  /* top */
  #top {
    background-color: var(--bs-tertiary-bg);
    border-bottom: 1px solid var(--bs-border-color);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 5px;
  }
  #top ul.list-inline {
    margin-bottom: 0;
  }
  #top .list-inline-item > a, #top .list-inline-item .dropdown > a {
    font-size: 1.1em;
    color: var(--bs-gray-600);
    line-height: 40px;
    vertical-align: middle;
    padding: 10px 0px 5px 0px;
  }
  /* logo */
  #logo {
    text-align: center;
    margin: 7px 0 7px 0;
  }
  #logo img {
    max-width: 200px;
  }
  @media (min-width: 768px) {
    #logo {
      text-align: left;
    }
  }
  /* search */
  #search {
    margin-bottom: 10px;
  }
  #search .form-control-lg {
    height: 40px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
  }
  #search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 0.57rem 35px;
    text-shadow: 0 1px 0 #FFF;
  }
  /* cart */
  #cart {
    margin-bottom: 10px;
  }
  #cart .img-thumbnail {
    min-width: 100px;
  }
  #cart .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 14px 35px;
  }
  #cart .dropdown-menu {
    background: #eee;
  }
  #cart .dropdown-menu li {
    min-width: 300px;
  }
  @media (max-width: 1200px) {
    .item_pr, .item-1 {
        width: 23%;
    }
  }
  
  @media (max-width: 1199px) and (min-width: 993px) {
    .item_pr, .item-1 {
        width: 30%; /* or 31%, depending on padding/margin */
    }
  
    .main_product {
        gap: 20px; /* ensure consistent spacing */
        flex-wrap: wrap;
        justify-content: start;
    }
  }
  
  @media (max-width: 992px) {
    
    /* ===== Responsive  header===== */
      .item_pr, .item-1 {
          width: 30%
      }
  
    .main_product {
      flex-wrap: wrap;
      gap: 15px;
      justify-content: start;
  }
  
      .checkout-card {
          margin-top: 30px;
      }
  
      .col-md-8, .col-md-4 {
          width: 100%;
      }
  
      .item_p {
          flex-wrap: wrap;
          gap: 10px;
          justify-content: start;
      }
  } 
  
  @media (max-width: 768px) {
    .card-item1 .item-1 {
      width: 18.23%;
  }
  .card-item1 .item-1 img.p_icon {
    max-height: 51px;
    width: 52px;
  }
  
    #cart .dropdown-menu li {
      min-width: 100%;
    }
    .container.menage-height {
      display: none;
  }
  body {
      overflow-y: scroll!important;
  }
  .main_product {
      flex-wrap: wrap;
      gap: 10px;
  }
  
  .checkout-header {
      font-size: 12px;
      flex-wrap: wrap;
  }
  
  .qty-box {
      margin: 5px 0;
  }
  
  .summary-row {
      font-size: 13px;
  }
  
      .pay-btn {
          font-size: 14px;
          padding: 10px;
      }
  }
  
  @media (max-width: 480px) {
    .product-img {
        padding: 10px;
    }
  
    .checkout-card {
        padding: 15px;
    }
  
    .checkout-title {
        font-size: 16px;
    }
  
    .item-name, .item-price, .qty-box {
        font-size: 13px;
    }
  
    .product_name, .product_price {
        font-size: 13px;
    }
  
    .del-icon {
        font-size: 14px;
    }
  } 
  
  /* menu */
  #menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border: 1px solid #1f90bb;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
    border-radius: 4px;
    padding: 0 1rem;
    margin-bottom: 20px;
  }
  #menu .navbar-nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    background-color: transparent;
  }
  #menu .navbar-nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #menu .dropdown-inner {
    display: flex;
    flex-direction: column;
  }
  #menu .dropdown-inner ul {
    width: 100%;
    min-width: 200px;
  }
  @media (min-width: 960px) {
    #menu .dropdown:hover .dropdown-menu {
      display: block;
    }
    #menu .dropdown-inner {
      flex-direction: row;
    }
    #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
      left: -200px;
    }
    #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
      left: -400px;
    }
    #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
      left: -200px;
    }
    #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
      left: -400px;
    }
    #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
      left: -600px;
    }
  }
  #category {
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  }
  #menu .navbar-toggler i {
    color: #fff;
    border-color: #fff;
    font-size: 0.9em;
  }
  /* default boostrap changes */
  div.required .col-form-label:before, div.required .form-label:before {
    content: "* ";
    color: #F00;
    font-weight: bold;
  }
  .form-switch-lg {
    font-size: 20px;
    min-height: 30px;
    line-height: 30px;
  }
  .nav-tabs {
    margin-bottom: 15px;
  }
  .form-check .form-check-input {
    margin-top: 0.25rem;
  }
  @media (min-width: 768px) {
    .col-form-label {
      text-align: right;
    }
  }
  /* footer */
  footer {
    border: 1px solid #000000;
    position: absolute;
   
  /* bottom: -1px; */
    width: 100%;
    padding-top: 30px;
    background-color: #303030;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
  }
  footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
  }
  footer a {
    color: #ccc;
    text-decoration: none;
  }
  footer a:hover {
    color: #fff;
  }
  footer h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* breadcrumb */
  .breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-tertiary-bg);
  }
  .breadcrumb i {
    font-size: 15px;
  }
  .breadcrumb > li.breadcrumb-item {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
  }
  .breadcrumb > li.breadcrumb-item > a {
    text-decoration: none;
  }
  .breadcrumb > li.breadcrumb-item:after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 29px;
    height: 29px;
    border-right: 1px solid var(--bs-border-color);
    border-bottom: 1px solid var(--bs-border-color);
    transform: rotate(-45deg);
  }
  .breadcrumb > li.breadcrumb-item + li:before {
    content: "";
    padding: 0;
  }
  .product-thumb {
    border: 1px solid #ddd;
    position: relative;
    height: 100%;
  }
  .product-thumb .image {
    text-align: center;
  }
  .product-thumb .image a:hover {
    opacity: 0.8;
  }
  .product-thumb .description {
    padding: 15px;
    margin-bottom: 45px;
  }
  .product-thumb .description h4 {
    font-weight: bold;
  }
  .product-thumb .button {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .product-thumb .button button {
    width: 33.33%;
    border: none;
    border-top: 1px solid var(--bs-border-color);
    background-color: var(--bs-tertiary-bg);
    color: var(--bs-gray-600);
    line-height: 38px;
    text-align: center;
  }
  .product-thumb .button button:hover {
    color: var(--bs-gray-600);
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
  }
  .product-thumb .button button + button {
    border-left: 1px solid var(--bs-border-color);
  }
  @media (min-width: 960px) {
    .product-list .product-thumb {
      display: flex;
    }
    .product-list .product-thumb .image {
      flex-direction: column;
      margin-bottom: 0px;
    }
    .product-list .product-thumb .content {
      flex-direction: column;
      flex: 75%;
      position: relative;
    }
    .product-list .product-thumb .button {
      border-left: 1px solid #ddd;
      width: calc(100% -  15px);
      margin-left: 15px;
    }
  }
  .rating .fa-stack {
    width: 20px;
  }
  .rating .fa-star {
    color: #999;
    font-size: 15px;
  }
  .rating .fa-star {
    color: #FC0;
    font-size: 15px;
  }
  .rating .fa-star + .fa-star {
    color: #E69500;
  }
  /* product list */
  .price {
    color: #444;
  }
  .price-new {
    font-weight: 600;
  }
  .price-old {
    color: #dc512c;
    text-decoration: line-through;
  }
  .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
  }
  /* blog */
  .blog-thumb {
    border: 1px solid #ddd;
    margin-bottom: 15px;
  }
  .blog-thumb h4 {
    font-weight: bold;
  }
  .blog-thumb .image {
    text-align: center;
    margin-bottom: 15px;
  }
  .blog-thumb .image a:hover {
    opacity: 0.8;
  }
  .blog-thumb .description {
    padding: 15px;
  }
  /* Theme Custom CSS */
  #cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 9999;
    opacity: 0.95;
    color: #ecf0f1;
    background: #343a40;
  }
  #cookie div {
    font-size: 16px;
    color: #FFFFFF;
  }
  
  
  
  /* Basic styling for the modal background */
  #paymentPopup {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      display: none; /* Hidden by default */
      z-index: 1000;
      padding-top: 50px;
  }
  
  /* Modal Content Styling */
  #paymentPopup .modal-content {
      background-color: #fff;
      margin: auto;
      padding: 30px;
      border-radius: 12px;
      width: 50%;
      max-width: 600px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease-in-out;
  }
  
  /* Modal Header Styling */
  #paymentPopup .modal-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 20px;
      border-bottom: 2px solid #f1f1f1;
  }
  
  #paymentPopup .modal-header h2 {
      font-size: 24px;
      font-weight: 600;
      margin: 0;
  }
  
  #paymentPopup .close-btn {
      font-size: 30px;text-align:right;
      color: #333;
      cursor: pointer;
      background: none;
      border: none;
      transition: color 0.2s ease-in-out;
  }
  
  #paymentPopup .close-btn:hover {
      color: #e74c3c;
  }
  
  /* Form Section Styling */
  #paymentPopup form {
      display: flex;
      flex-direction: column;
      gap: 15px;
  }
  
  /* Input Fields */
  #paymentPopup input, select, textarea {
      padding: 10px;
      font-size: 16px;
      border: 1px solid #ccc;
      border-radius: 8px;
      transition: border 0.3s ease-in-out;
  }
  
  #paymentPopup input:focus, select:focus, textarea:focus {
      border-color: #3498db;
      outline: none;
  }
  
  /* Label Styling */
  #paymentPopup label {
      font-size: 16px;
      font-weight: 600;
      color: #333;
  }
  
  /* Button Styling */
  #paymentPopup button {
      background-color: #3498db;
      color: white;
      font-size: 16px;
      padding: 12px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: background-color 0.3s ease;
  }
  
  #paymentPopup button:hover {
      background-color: #2980b9;
  }
  
  /* Split Payment Section */
  #split-amounts {
      display: none;
      gap: 20px;
  }
  
  /* Checkbox Style */
  #paymentPopup input[type="checkbox"] {
      width: 20px;
      height: 20px;
      margin-right: 10px;
  }
  
  /* Modal Footer */
  #paymentPopup .modal-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 20px;
  }
  
  /* For better responsiveness */
  @media (max-width: 768px) {
      #paymentPopup .modal-content {
          width: 80%;
      }
  }
  
  
  .ui-autocomplete {
      z-index: 9999;
      background-color: #fff;
      max-height: 200px;
      overflow-y: auto;
      border: 1px solid #ccc;
      position: absolute;
  }