.filter-group {
            margin-bottom: 1rem;
        }

        .price-values {
            display: flex;
            justify-content: space-between;
            margin-top: 5px;
        }

        .price-values label {
            font-size: 14px;
        }

        /* Styling for the slider */
        #slider-range {
            width: 100%;
            margin-top: 20px;
        }

       
        /*.ui-slider .ui-slider-handle {
            background-color: #007bff; 
            border: 2px solid #0056b3;
            width: 20px;
            height: 20px;
            border-radius: 50%; 
            cursor: pointer;
        }

        .ui-slider .ui-slider-handle.ui-state-hover {
            background-color: #0056b3; 
        }

        .ui-slider-range {
            background: #28a745; 
        }

        .ui-slider .ui-slider-handle:first-of-type {
            left: 0 !important;
        }

        .ui-slider .ui-slider-handle:last-of-type {
            right: 0 !important;
        }
*/
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active 
    {
    background: #FFC107;
    border-radius: 100%;
}
.ui-widget-header {
    border: 1px solid #ddd;
    background: green;
}

/* If using jQuery UI Slider, target the slider range and handle */
#slider-range {
    transition: none !important; /* Disable any transition on the entire range */
}

#slider-range .ui-slider-handle {
    transition: none !important; /* Disable transition on the thumb (handle) */
}

/* If the background or range also has transition effects, disable it */
#slider-range .ui-slider-range {
    transition: none !important;
}


        #sidebar{
            background-color:#54c4d0;
            color: black;
            border: 1px solid #54c4d0;
            box-shadow: 3px -1px 6px 0px;
        }

        #resetbtn{
            width:90%;
            background-color: #ffc107;
            margin: 10px;
            font-size: 20px;
            color: white;
            padding: 6px;
            box-shadow: 1px 0px 18px 4px;
            border-radius: 20px;
        }

        .new-card {
/*    border-radius: 8px;*/
    overflow: hidden;
    margin: 26px 13px;
    transition: transform 0.3s;
    border: 1px solid #54c4d0;
/*    width: 31%;*/
}
/* Extra Small Devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    #product-container {
        width: 100%; /* Full width */
        padding: 0 10px; /* Add some padding */
        display: flex;
        flex-wrap: wrap; /* Ensure items wrap properly */
        justify-content: center; /* Center align items */
    }
    .new-card {
        width: 100%!important; /* Single column layout */
        margin: 10px 0; /* Adjust spacing */
    }
    #addtocartbtn{
    width: -webkit-fill-available;
    background-color: #54c4d0;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 30px;
    padding: 5px;
    margin-bottom: 8px;
   }
}

/* Small Devices (portrait tablets and large phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    #product-container {
        width: 100%; /* Full width */
        padding: 0 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .new-card {
        width: 48%; /* Two columns layout */
        margin: 10px 1%; /* Adjust spacing */
    }
    #addtocartbtn{
    width: -webkit-fill-available;
    background-color: #54c4d0;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 30px;
    padding: 5px;
    margin-bottom: 8px;
  }
}

/* Medium Devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    #product-container {
        width: 70%; /* Adjust width to fit alongside sidebar */
        padding: 0 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; /* Left align items */
    }
    .new-card {
        width: 48%; /* Two columns layout */
        margin: 10px 1%; /* Adjust spacing */
    }
    #addtocartbtn{
    width: -webkit-fill-available;
    background-color: #54c4d0;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 30px;
    padding: 5px;
    margin-bottom: 8px;
}
#resetbtn {
    width: 90%;
    background-color: #ffc107;
    margin: 10px;
    font-size: 12px;
    color: white;
    padding: 6px;
    box-shadow: 1px 0px 18px 4px;
    border-radius: 20px;
}

  .price-values span input
   {
    width: 95%;
  }
}

/* Large Devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    #product-container {
        width: 75%; /* Adjust width alongside sidebar */
        padding: 0 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .new-card {
        width: 48% !important; /* Three columns layout */
        margin: 10px 1%; /* Adjust spacing */
    }
    #addtocartbtn{
    width: -webkit-fill-available;
    background-color: #54c4d0;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 30px;
    padding: 5px;
    margin-bottom: 8px;
}
}

/* Extra Large Devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #product-container {
        width: 80%; /* Adjust width for larger screens */
        padding: 0 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .new-card {
        width: 23%; /* Three columns layout */
        margin: 10px 1%; /* Adjust spacing */
    }
    .price-values span input
   {
    width: 90%;
  }
}

@media (min-width: 1024px) {
    #resetbtn {
    width: 90%;
    background-color: #ffc107;
    margin: 10px;
    font-size: 16px;
    color: white;
    padding: 6px;
    box-shadow: 1px 0px 18px 4px;
    border-radius: 20px;
}
#addtocartbtn{
    width: -webkit-fill-available;
    background-color: #54c4d0;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 30px;
    padding: 5px;
    margin-bottom: 8px;
}

.price-values span input
   {
    width: 85%;
  }
}
#submenubar{
    width: 60%;
}

#addtocartbtn{
    width: 60%;
    background-color: #54c4d0;
    font-size: 16px;
    border: none;
    border-radius: 30px;
    padding: 8px;
    margin: auto;
    margin-bottom: 8px;
    bottom: -50px;
    display: none;
 

}

.new-card:hover #addtocartbtn{
    transition: all 0.3s ease-in-out;
    bottom: 20px;
    display: block;
}
#addtocartbtn a{
    text-decoration: none;
    color: #ffffff !important;

}
#addtocartbtn:hover{
    transform: scale(1.1);

}


#addtocartbtn2{
    width: 60%;
    position: relative;
    background-color: #54c4d0;
    font-size: 16px;
    border: none;
    border-radius: 30px;
    padding: 8px;
    margin: auto;
    margin-bottom: 0px;

}

.new-card:hover #addtocartbtn2{
    transition: all 0.3s ease-in-out;
    bottom: 20px;
  
}
#addtocartbtn2 a{
    text-decoration: none;
    color: #ffffff !important;

}
#addtocartbtn2:hover{
    transform: scale(1.1);

}

#cartinfo{
    display: flex; 
    align-items: center; 
    margin-bottom: 10px;"
}

#innerdiv{
    margin: 10px;
    padding: 10px;
    line-height: 25px;
}
.product-tabs .nav-link:hover{
background-color: #54c4d0;
}

.card{
    border: 1px solid #54c4d0;
}
 .card-img-top {
    padding: 5px;
 }

 /*.add-to-wishlist{
            border:none;
            background-color: white;
            text-align: center;
        }
        .add-to-wishlist {
  position: relative;
  border: none;
  background-color: white;
  text-align: center;
}

.tooltip-text {
  visibility: hidden;
  position: absolute;
  left: 100%; 
  top: 50%; 
  transform: translateY(-50%); 
  background-color: #54c4d0;
  color: white;
  text-align: center;
  border-radius: 4px;
  padding: 3px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  white-space: nowrap; 
  font-size: 12px;
}

.add-to-wishlist:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
*/