.refine_style {
  margin: 0px 0px 20px 0px;
  border: 1px solid #49772e;
  background: #49772e;
  color: white;
  padding: 7px;
  font-size: x-large;
  font-weight: bolder;
}

.empty_prod {
  margin-left: 40%;
}

.mar10 {
  margin-bottom: 10px;
  flex: none;
}

.ml10 {
  margin-left: 10px;

}

.sub_cat_style {
  display: flex;
  align-items: center;
  padding-right: 25px;
  border: 1px solid #5df15d;
  background-color: azure;
  margin-right: 15px;
}

.h2shopfilter {
  margin-bottom: 5px;
  font-weight: bolder;
  font-size: 17px;
}


.cat-shop-auto {
  margin: auto;
}



.mobile-only {
  display: none;
}


.custom-scroll {
  height: 100vh;
  overflow-y: auto;
  position: sticky;
  top: 1%;
  scrollbar-width: none;
}


.custom-scroll::-webkit-scrollbar {
  width: 8px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Light background */
  border-radius: 8px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  /* Default thumb color */
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #888;
  /* Darker on hover */
}

.custom-sidebar:hover {
  scrollbar-width: thin;
  /* Show in Firefox */
}

.custom-sidebar:hover::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}

.custom-sidebar:hover::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}

.product-title {
  margin-top: 5%;
  font-size: 20px;
}


@media (max-width: 768px) {



  .product-title {
    margin-top: 5%;
    font-size: large;
  }

  .post-image {
    height: 150px !important;
  }

  .hover-image {
    height: 145px !important;
  }

  .Mob-50 {
    width: 50%;
  }

  /* .products-entry {
    width: 50%;
  } */



  .product-thumb-hover {
    width: 150px;
    background-color: white;
    max-height: 149px;
    min-height: 150px;
  }


  .flr {
    float: right;
  }


  .filter_data {
    padding: 5%;
  }

  .mobile-filter {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    font-size: 14px;
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: 55%;
    cursor: pointer;
  }


  .cat-shop-auto {
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .mobile-only {
    display: block;
  }

  #filter_data {
    display: none;
  }

  .left-sidebar {
    display: none;
  }

  .col-xl-10,
  .col-lg-10,
  .col-md-12,
  .col-12 {
    width: 100%;
  }

  .products-topbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .products-topbar-right {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .sub_cat_style {
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
  }


  .sub_cat_style img {
    width: 30px;
    height: 30px;
  }

  .sub_cat_style span {
    margin-left: 0;
    font-size: 14px;
  }

  .products-list.grid .product_load .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .marb10 {
    margin-bottom: 10px;
  }
}