ul,
li,
a {
  /* font-size: 12px;
  text-decoration: none;
  list-style-type: none; */
  /* color: #212121; */
} 

/* ------------------------------------------------ */

/* products */

.products-Container-card {
  min-height: 300px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom:15px;
  position: relative;
  /* overflow: hidden; */
}
.products-Container-card:hover {
  /* border-radius: 20px; */
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.offer {
  background: #178755 none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  padding: 2px 10px;
  top: 10px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  /*
  top: 16px;
  left: -26px;
  padding: 2px 25px;
  text-transform: uppercase;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg); */
}




.products-Container-card img {
  max-height: 100%;
  max-width: 100%;
  /* width: auto;
    height: auto; */
  /* position: absolute; */
  /* top: 0;
    bottom: 0;
    left: 0;
    right: 0; */
  /* margin: auto; */
  /* width: 90%; */
}
.Productdescription{
  padding: 0px 15px 15px 15px; 
}
.Productdescription h5, .Productdescription h5>a {
  margin-bottom:10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
  list-style-type: none; 
}
.Productdescription h6, .Productdescription h6>a {
  margin-bottom:1px;
  font-size: 13px;
  font-weight: 500;
  color: #e96b56;
  font-family: "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.Productdescription .salt-info{
  /* padding-left:10px; */
  height:60px;
  overflow: hidden;
}
.Productdescription p , .Productdescription p >a{
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'Arial', sans-serif;
  color: #000!important;
}

.Productdescription .price {
  font-size: 13px;
  font-weight: 600;
  color: #212121;
  margin:0px;
  padding:0px;
}
.Productdescription .addToCart {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #e96b56; /* #ff6f61; #25D366; */
  padding: 5px 10px;
  border-radius: 6px;
  cursor: pointer;
}
.addToCart:hover {
  background-color: #fa5647;
}


/* ------------------------------------------- */
/* ----- Pagination ----------------- */

#pagination-div {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  /* border: 2px solid red; */
  padding: 0 0 50px 0;
  margin-left: 100px;
}
#pagination-div .pagination {
  font-weight: 600;
  font-size: large;
  border-radius: 10px;
  background-color: #ff6f61;
  width: 100px;
  height: 40px;
  margin-left: 8px;
  border: none;
  vertical-align: middle;
  color: black;
}
#pagination-div .pagination:hover {
  background-color: #f74838;
  color: #fff;
}



@media screen and (max-width: 1050px) {
  #products{
    /* padding: 10px 0px;
    border: 1px solid red; */
  }
}
@media screen and (max-width: 871px) {
  #products {
   /* justify-content: center;
   padding: 20px 0;
   margin: 0;*/
  }
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 410px) {
}




  /*--------------------------------------------------------------
  # Portfolio
  --------------------------------------------------------------*/

   /*
  .container {
    overflow-x: hidden;
  } */
  .scroll-container {
    /* Allow horizontal scrolling naturally */
    /* overflow-x: auto; */
    overflow-x:scroll;
    /* white-space: nowrap; */
    /* Hide scrollbar for Firefox */
    /*scrollbar-width: none;*/
    /* Styling */
    /* background-color: #eee;*/
    
    overflow-y:hidden;
    /* height:50px; */
    margin-top:30px;
    margin-bottom:20px;
  }
  /* Hide scrollbar for Chrome, Safari, Opera and Edge */
  /* .scroll-container::-webkit-scrollbar {
    display: none;
  } */

  /* 1. Target the scrollbar size (height applies to horizontal bars) */
  .scroll-container::-webkit-scrollbar {
    height: 3px; 
  }
  /* 2. Style the background track*/
  .scroll-container::-webkit-scrollbar-track {
    background: #FFFAFA;
    border-radius: 10px;
  }
  /* 3. Style the draggable thumb handle */
  .scroll-container::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 10px;
  }
  /* 4. Optional: Change thumb color on hover */
  .scroll-container::-webkit-scrollbar-thumb:hover {
    background: #555555;
  }
  /* 5. Target ONLY the horizontal bar if container has both X and Y axes */
  .scroll-container::-webkit-scrollbar-thumb:horizontal {
    background: #F8F8FF; 
  }

  .products .object-container {
    padding: 0;
    /* margin: 0 auto 25px auto;*/
    list-style: none;
    /* text-align: center;
    background: white;
    border-radius: 50px;
    padding: 2px 15px;*/
    /*padding-top: 30px; */
  }

  .products .object-container li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 12px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    margin: 0 4px 0px 4px;
    transition: all ease-in-out 0.3s;
    border-radius: 50px;
    background: #f2f2f2;
  }

  .products .object-container li:hover,
  .products .object-container li.filter-active {
    background: #e96b56;
    color: #fff;
  }

  .products .object-container li:last-child {
    margin-right: 0;
  }


  .products .object-container {
    width: auto;
    white-space:nowrap; 
    /* Styling */
    /* background-color: blue;
    height: 200px; */
  }
  .products .object {
    display: inline-block;
    /* Styling */
    /* background-color: red;
    border: 1px solid white;
    width: 200px;
    height:200px; */
  }





