/* .owl-dots {
  display: none;
} */

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    float: left;
}
.kitchenbdy {
    margin-top: 9%;
    margin-bottom: 6%;
    display: flow-root;
}
.kitchenbdy .product-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border: 1px solid #f251084a;
    background: #f9f9f9 url('https://via.placeholder.com/300x200/ffecb3/000000?text=Farm+Product') center/cover;
    margin-bottom: 3%;
}

.kitchenbdy .product-card:hover {
    /*transform: scale(1.05);*/
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.kitchenbdy .card-header {
    padding: 10px;
    background-color: #f25108;
    text-align: center;
    color: white;
    border-bottom: 1px solid #f25108;
    position: relative;
    font-size: 20px;
}

.kitchenbdy .card-header::after {
    /*content: '🌿';*/
    content: url(images/printer.png);
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 24px;
}

.kitchenbdy .product-info {
    padding: 15px;
    color: #333;
}

.kitchenbdy .product-title {
    font-size: 18px;
    font-weight: bold;
    color: #3b4c3b;
    margin-bottom: 10px;
}

.kitchenbdy .product-description {
    font-size: 14px;
    color: #5c6b5c;
    line-height: 1.4;
}

.kitchenbdy .price {
    font-size: 20px;
    font-weight: bold;
    color: #4caf50;
    margin-top: 15px;
}

.kitchenbdy .add-to-cart-btn {
    display: block;
    width: 50%;
    padding: 10px;
    background-color: #133148;
    color: white;
    text-align: center;
    border: none;
    border-radius: 6px;
    margin-top: 15px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    float: left;
    outline: auto;
}

.kitchenbdy .add-to-cart-btn:hover {
    background-color: #f25108;
    transform: scale(1.05);
}

/* Animation for leaf icon */
.kitchenbdy .add-to-cart-btn:active {
    transform: scale(0.98);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.kitchenbdy .product-card:after {
    content: url(images/chef.png);
    position: absolute;
    top: 20px;
    left: 23px;
    font-size: 30px;
    opacity: 0.4;
    animation: leafFloat 5s ease-in-out infinite;
}

@keyframes leafFloat {
    0% {
        transform: translateY(0);
        opacity: 0.4;
    }
    50% {
        transform: translateY(-10px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 0.4;
    }
}

.category p {
  font-size: 12px;
  font-family: sans-serif;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
}

.item-body .col-md-6 {
  width: 50%;
  margin: 0;
  padding: 0px;
}

.item-body .col-md-6 .item-list {
  padding: 6px;
  text-align: center;
}

.item-list img {
  width: 50px;
  height: 50px;
  border-radius: 15px;
}

.price-headding {
  text-align: center;
}

.price-headding h4 {
  font-size: 12px;
}

.price-headding p {
  font-weight: bold;
  margin: 8px;
  font-size: 12px;
}

.price-headding p span {
  padding-left: 17%;
  font-weight: 500;
}

.price-headding button {
  font-size: 11px;
}

.category-top-body {
  margin: 14px;
  margin-top: 60px;
  width: 100%;
}

.main-bdy {
  display: inline-flex;
  width: 90%;
  margin: 7% auto;
}
.cart-mobile {
  display: block;
}
.main-bdy main {
  width: 50%;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 23px;
  margin: 10px;
  margin-bottom: 7%;
}

.desktop {
  display: block;
  margin-top: 0px;
}
.mobile {
  display: none;
}

.item-product {
  box-shadow: 0px 0px 1px 1px #b4b4b447;
  padding: 7px 0px;
  border-radius: 7px;
  margin: 5px;
  height: 135px;
}

.category-top-body .category img {
  padding: 8%;
  border-radius: 100%;
  border: 1px solid #dee2e6;
  height: 70px;
  width: 70px;
}

.category-top-body .owl-dots{
    display: none;
}

.cart-item-heading h6 {
  font-size: 13px;
}

.price-headding p span input {
  width: 17%;
  text-align: center;
  height: 20px;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: left;
  margin-top: 15px;
}

.inline {
  display: inline-block;
  padding: 0;
}

.lightSlider img {
  width: 100%;
  border-radius: 10px;
  height: 300px;
}

.invoice-items {
  font-size: 14px;
  border-top: 1px dashed #ddd;
}

.invoice-items td {
  padding: 3px 0px;
}

.gst {
  display: flex;
}

.gst p {
  width: 50%;
  margin: 0;
  display: grid;
}

.qty-container {
  display: flex;
  align-items: center;
  justify-content: right;
}

.qty-container .input-qty {
  text-align: center;
  padding: 2px 10px;
  border: 1px solid #d4d4d4;
  max-width: 35px;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  border: 1px solid #d4d4d4;
  padding: 7px 6px;
  font-size: 10px;
  /*  height: 38px;
  width: 38px;*/
  transition: 0.3s;
}

.qty-container .qty-btn-plus {
  margin-left: -1px;
}

.qty-container .qty-btn-minus {
  margin-right: -1px;
}

.qty-container2 {
  display: flex;
  align-items: center;
  /* justify-content: right; */
}

.qty-container2 .input-qty {
  text-align: center;
  padding: 0px 10px;
  border: 1px solid #d4d4d4;
  max-width: 40px;
}

.qty-container2 .qty-btn-minus,
.qty-container2 .qty-btn-plus {
  border: 1px solid #d4d4d4;
  padding: 4px 4px;
  font-size: 10px;
  /*  height: 38px;
  width: 38px;*/
  transition: 0.3s;
}

.qty-container2 .qty-btn-plus {
  margin-left: -1px;
}

.qty-container2 .qty-btn-minus {
  margin-right: -1px;
}

.qty-btn-plus:focus {
  border: none;
}

.subfooter {
    position: fixed;
    bottom: 0px;
    background: #fff;
    width: 90%;
    padding: 10px;
    align-items: center;
    display: none;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
}
.footer ul li a {
  font-size: 12px;
}

.item {
  text-align: center;
}

.category {
  display: inline-block;
}

.container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.badge {
  padding: 0.2em 0.4em;
  position: absolute;
  top: -8px;
  border-radius: 50%;
  background-color: #ff495b;
  color: #fff;
  left: 23px;
}

.item-modal {
  height: 315px;
  overflow: scroll;
}
#dvright {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
}
#cartList {
    height: 540px !important;
}

@media only screen and (max-width: 600px) {
  .badge {
    left: 8.5%;
  }

  .item-modal {
    height: 550px;
  }
}

.cart i {
  font-size: 18px;
  color: #555;
  padding: 0.3rem;
}

.success-img {
  padding: 50px;
  background: #b3ffc41a;
  height: 180px;
  width: 180px;
  border-radius: 50%;
  border: 1px solid #28a745;
  margin: 0 auto;
  margin-top: 40px;
}

.success-text {
  color: green;
  font-weight: 700;
}

.short-name {
  margin: 0;
  padding: 0;
  display: inline-flex;
  list-style-type: none;
}

.short-name li {
  margin-right: 12px;
  font-size: 12px;
  color: #9d9d9d;
}

.sub-total-all .list-group-item span{
  font-size: 13px;
}

.number-input .form-control:focus{
  border-color: #959595;
  box-shadow: 0 0 0 .2rem rgb(255 255 255 / 25%);
}

/*#cartList .list-group-item {*/
/*  z-index: -9 !important;*/
/*}*/

.shop-name {
    background: #97d1b9;
    padding: 2px 80px;
    position: fixed;
    width: 100%;
    z-index: 99;
}
.shop-name span {
    float: right;
    font-size: 12px;
    padding-top: 4px;
}
.header-login-top {
    position: absolute !important;
}




@media only screen and (max-width: 991px) {
  .short-name {
    display: ruby;
    line-height: 1;
    margin-right: auto;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .cart-mobile {
    display: none !important;
  }
  .cart-des {
    width: 100% !important;
    border: none !important;
    padding: inherit !important;
    margin: auto !important;
  }
  .subfooter {
      display: block !important;
  }
  #header nav {
      padding-left: 20px !important;
  }
  #header nav .navbar-brand span img{
     width: 120px;
  }
  .kitchenbdy {
        margin-top: 28% !important;
        margin-bottom: 20% !important;
  }
  #header nav ul {
      padding-right: 15px !important;
  }
  #itemsDiv {
    /*height: auto !important;*/
    /*margin-top: 2% !important;*/
    /*margin-bottom: 25% !important;*/
    height: 499px !important;
  }
  .number-input {
    margin-top: 22% !important;
  }
  .cash-card button{
      font-size: 13px;
      margin-bottom: 5px;
  }
.fromdate1 {
        padding-right: 0px !important;
        padding-left: 16px !important;
  }
.fromdate2 {
        padding-right: 0px !important;
        padding-left: 10px !important;
  }
  .card-content .fromdate3 {
        padding-left: 10px !important;
  }
}