  
    .filter-bar {
        justify-content: left;
        margin-bottom: 5px;
    }
/* .discount_-grids svg.e-font-icon-svg.e-eicon-star {
    width: 14px;
}
.discount_-grids .e-rating-wrapper {
    width: auto;
    display: flex;
}
.discount_-grids .e-icon
{
	position:relative;
}
.discount_-grids .e-icon .e-icon-wrapper.e-icon-unmarked
{
	position:absolute;
} */
.similar_filter_area .container
{
	padding:0;
}
.filter-button.active:focus {
    border: 1px solid #728B71 !important;
    outline: 1px solid #728B71 !important;
}
    .filter-button {
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 10px 20px;
        margin: 5px;
        cursor: pointer;
    }

    .product-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr); /* Change to 6 columns */
        gap: 20px;
    }
  
    .product-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #eee;
    padding: 10px;
    margin: 0px;
    background-color: #fff;
}


    .product-item .product-images-sff img {
        mix-blend-mode: multiply; 
    background-repeat: no-repeat;
    background-position: center center; 
        max-width: 100%;
       width: 100%;
    padding:0;
    margin: 0;
    aspect-ratio: 2 / 2;
    border-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    object-fit: contain;
    }

    .rating {
       
        color: #f39c12; /* Gold color for stars */
        display: flex;
    align-items: center;
    }

    .price {
        font-size: 18px;
        color: #333;
       
    }

  
    
#product-grid span.woocommerce-Price-amount.amount {
    font-size: 22px;
    color: #496F48;
    letter-spacing: 0.3px;
    font-weight: 600;
}
    /*=============================*/
    
     .filter-bar {
            display: flex; 
            gap: 0px;
            position: relative; 
            justify-content: space-between;
            align-items: baseline;
        }
        
        .filter-bar .filter-button {
            order: 1;
            background: #fff !important;
            border: solid 1.5px #728B71;
            -webkit-text-transform: capitalize;
        }
         

        .more-filters-button { 
            padding: 10px 0;
            background-color: #f3f3f300;
            color: #2e6bc6;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            border-right: solid 2px #e5e5e5;
            border-width: thin;
            text-transform: math-auto;
        }
        
        .sidebar {
            position: fixed;
            top: 0;
            right: -1015px;
            width: 600px;
            height: 100%;
            background-color: #d6dfd6;
            box-shadow: -2px 0 5px #d6dfd6;
            transition: right 0.3s ease;
            z-index: 1000;
        }
        
        .sidebar.active {
            right: 0;
        }
        
        .sidebar-content {
            padding: 40px;
            zoom: 0.88;
            background: #f4fbf2;
        }
        .sidebar-content button:hover
        {
            background: #99b998;
        }
        .sidebar-content button:focus
        {
            outline-color: transparent !important;
            border: none !important;
        }
        
        .close-button {
            position: absolute;
            top: 10px;
            right: 10px;
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
        }
        
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 999;
            visibility: hidden;
        }
        
        .overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .filter-group {
            margin-bottom: 20px; 
            padding: 10px;
            border-radius: 10px;
        }

        .filter-group h3 {
            margin-bottom: 10px;
            color: #111;
            text-decoration: underline;
        }

       .filter-group button {
            margin: 5px;
            padding: 5px 10px;
            border: 1px solid #ccc;
            background-color: #c5c2c22e;
            cursor: pointer;
            font-weight: 500;
            border-radius: 16px;
        }

        .filter-group button.selected {
            background-color: #007bff;
            color: #fff;
            border-top: solid 1px #e5e5e5;
           
        }

        .filter-group button span {
            color: #ffcc00;
            font-size: 16px;
        }

        .filter-group button.selected {
           color: #fff;
    border: 2px solid #99b998;
    background-color: #99b998;
        }

        .color-filter {
            width: 70px;
            height: 30px;
            border-radius: 5px;
            border: 1px solid #ccc;
            display: inline-block;
            text-align: center;
            line-height: 30px;
            margin: 5px;
            cursor: pointer;
            color: white;
        }

        .color-filter span {
            display: none;
        }

        .color-filter[style*="background-color: white"],
        .color-filter[style*="background-color: ivory"] {
            color: black;
            border: 1px solid #ccc;
        }

        .color-filter.selected {
            border: 2px solid #007bff;
        }

        .custom-color button.color-filter {
            color: #7fffd400;
        }

        button.filter-button {
            text-transform: math-auto;
            border-radius: 10px;
            min-height: 22px;
        }

        button.more-like-this {
            text-transform: math-auto;
            width: 100%;
            margin-top: 6px;
            height: 33px;
            border-radius: 5px;
            justify-content: center;
            align-items: center;
            display: inline-flex;
            color: #99B998;
            font-size: 14px;
            background: #fff;
            min-height: 33px;
            padding-bottom: 5px;
            font-family: 'Lato', sans-serif;
            font-weight: bold;
            border: solid 1px #99B998;
}
button.more-like-this:hover
{
    color: #fff; 
    background: #99B998;
}

        .filter-button.active {
            border: 2px solid #99B998;
            background: #99B998;
            color: #fff;
        }

        .product-images-sff {
            background-color: #f0f0f0;
            width: 100%;
			border-radius: 25px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }
 
.price-rating-container {
    display: block;
    width: 100%;
    margin-top: 7px;
    padding: 0 5%;
}
.discover-more__pluss {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 5px;
}
        .product-item {
            border-radius: 8px;
    padding: 0px 0 10px 0;
    text-align: left;
    border: solid 0px;
    box-shadow: 0px 4px 4px 0px #0000001A;
        }
        


        #preloader {
            position: fixed;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 999;
        }

        .spinner {
            width: 40px;
            height: 40px;
            border: 4px solid rgba(0, 0, 0, 0.1);
            border-radius: 50%;
            border-top-color: #007bff;
            animation: spin 1s ease-in-out infinite;
        }

        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }
    button#close-button {
    position: absolute;
    left: -4ch;
    width: 20px;
    border-radius: 22px;
    font-size: 20px;
    top: 40px;
}
button#more-filters-button {
    background-color: transparent;
    color: #777777;
    padding: 2px 0 2px 0;
    font-size: 15px;
    font-weight: 500;
    width: 110px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

img.close-btn {
    padding-left: 7px;
    width: 21px;
}
button.filter-button {
    width: auto;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 25px;
    border: 1.5px solid #fff;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    background-color: #99b99845;
    font-weight: 400;
    font-size: 15px;
}
p.price.custom-saeedd {
   margin-top: 0px;
    margin-bottom: 0px;
     font-size: 1.2em;
    font-weight: bold;
    color: #000;
	line-height:16px;
}
button.filter-button.pre img,button.filter-button.pre.selected.active img
{
    display:none;
}
button.filter-button.pre
{
    color: #728B71;
}
button.filter-button.pre:hover
{
    background: #fff;
    color: #728B71;
}
/*Similar product rating*/
    .rating-container {
            display: flex;
            align-items: center;
            font-family: Arial, sans-serif;
            font-size: 14px;
            color: #828282;
        }

        span.rating-number.custo-saf {
            margin-right: 0px;
        }

.star-rating {
    position: relative;
    display: block !important;
    font-size: 1.5em; /* Adjust size as needed */
    line-height: 1;
    color: #ff9800; /* Star color */
    width: 7.5em; /* Adjust width to fit 5 stars */
    overflow: hidden;
    font-size: 13px;
    text-align: left;
}

  

.star-rating span {
    display: flex;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    white-space: nowrap;
    width: 100%;
}

        span.rating-count.saeed-cysdd {
            margin-left: 0px;
            color: #828282;
            color: #BABABA;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
        }
        .product-item .rating {
    font-size: 14px;
    color: #000000;
    margin: -3px 0px 0px 0px;
}
.rating-count {
    margin-left: 5px;
    font-size: 1em;
    color: #555;
}

.sidebar-content button {
    width: auto;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 7px;
    padding-bottom: 3px;
    border-radius: 24px;
    border: 1px #CEE1EC solid;
    justify-content: center;
    align-items: center;
    gap: 7px;
    display: inline-flex;
    background-color: #fbfbfb;
}
        /*Similar product rating End*/
        

/*////product spesification start /////*/

 .product-specifications {
           width: 80%;
    margin: 0 auto;
    border: 1px solid #e0e0e073;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 16%);
    overflow: hidden;
        }

        .product-specifications h3 {
            background-color: #f7f7f700;
            margin: 0;
            padding: 16px;
            font-size: 15px;
            display: flex;
            align-items: center;
        }

        .product-specifications h3::before {
             content: "\2630";
    font-size: 15px;
    margin-right: 8px;
    color: #00000057;
        }

     #specifications-table {
    width: 100%;
    border-collapse: collapse;
    padding-bottom: 0px;
    margin-bottom: -6px;
}

        #specifications-table td {
             padding: 2px 16px; 
            border-bottom: 0px solid #e0e0e0;
            text-align: left;
            background-color: #ffffff;
        }

        #specifications-table td:nth-child(odd) {
          background-color: #f3f3f300;
            font-weight: bold;
            text-align: left;
        }

        .show-more-container {
            text-align: center;
    padding: 8px;
    background-color: #f7f7f76e;
        }

        #show-more-btn {
           background: none;
    border: none;
    color: #00000066;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 16px;
    text-transform: capitalize;
        }

        #show-more-btn::after {
            content: " \25BC"; /* Unicode for down arrow */
        }

        #show-more-btn.show-less::after {
            content: " \25B2"; /* Unicode for up arrow */
        }

        #specifications-table .spec-row:nth-child(n+5) {
            display: none;
            opacity: 0.5;
            background-color: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(5px);
        }

        #specifications-table.expanded .spec-row {
            display: table-row;
            opacity: 1;
            background-color: transparent;
            backdrop-filter: none;
        } 
        
button#show-more-btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

        /*////product spesification End  /////*/
        .accordion button .accordion-title {
    text-transform: capitalize; 
        }
button.filter-button.selected.pre.active,button.filter-button.selected.active,button.filter-button.selected.pre.active:focus,button.filter-button.selected.active:focus {
    background: #e3ece3 !important;
    padding: 7px 16px;
    color: #728B71;
    border: solid 1px #728B71;
}
/*decimal part of WooCommerce prices smaller*/




.price-rating-container .discover-more__pluss .product-item .star-rating.cusot-gg:before {
    color: #99B998 !important;
}


.discover-more__pluss span.average-rating {
    display: none;
}
.bg-fade-for-phone
{
    display: none;
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    /* Styles for desktops */
    
    button#more-filters-button
    {
      width: 130px;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1199.98px) {
      /* Styles for laptops */

  
button#more-filters-button
{
    width: 130px !important;
    white-space: pre !important;
}
button.more-like-this
{
    padding: 0 !important;
    font-size: 13px !important;
}
.discover-more__pluss
{
    display: block !important;
}
  }
  
  
  
  @media (min-width: 768px) and (max-width: 991.98px) {
      /* Styles for tablets */
      
      button#more-filters-button
      {
        white-space: pre !important;
        min-width: 89px;

      }
      div#default-filters {
        width: auto;
        overflow-x: scroll;
        display: flex;
    }
    div#default-filters::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
    border-radius: 10px;
}

div#default-filters::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
    height: 6px;
    border-radius: 10px;
}

div#default-filters::-webkit-scrollbar-thumb
{
	background-color: #777; 
    border-radius: 10px;
}

div#default-filters {
    width: auto;
    overflow-x: scroll;
}
.product-grid {
    grid-template-columns: repeat(4, 1fr) !important;
}
button.filter-button
{
    white-space: pre !important;
}
button.more-like-this
{
    padding: 0 !important;
    font-size: 13px !important;
}
.discover-more__pluss
{
    display: block !important;
}
.bg-fade-for-phone
{
    width: 50px !important;
    height: 100% !important;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    right:11%;
    position: absolute;
    z-index: 99;
    display: block !important;
}
  }
  
  @media (min-width: 600px) and (max-width: 767.98px) {
    .product-grid {
        grid-template-columns: repeat(4, 1fr) !important;
        overflow-x: scroll;
    }
     
    button#more-filters-button
      {
        white-space: pre !important;
        min-width: 89px;
      }
      div#default-filters {
        width: auto;
        overflow-x: scroll;
        display: flex;
    }
    div#default-filters::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
    border-radius: 10px;
}

div#default-filters::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
    height: 6px;
    border-radius: 10px;
}

div#default-filters::-webkit-scrollbar-thumb
{
	background-color: #777; 
    border-radius: 10px;
}

div#default-filters {
    width: auto;
    overflow-x: scroll;
}
button.filter-button {
    white-space: pre !important;
}
button.more-like-this
{
    padding: 0 !important;
    font-size: 12px !important;
}
.discover-more__pluss
{
    display: block !important;
}
.bg-fade-for-phone
{
    width: 50px !important;
    height: 100% !important;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    right:12.5%;
    position: absolute;
    z-index: 99;
    display: block !important;
}
      
  }
  
  @media (max-width: 599.99px) {

.filter-bar
{
    position: relative !important;
}
    
    button#more-filters-button
      {
          width: 90px !important;
      } 
    div#default-filters::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
    border-radius: 10px;
}

div#default-filters::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
    height: 6px;
    border-radius: 10px;
}

div#default-filters::-webkit-scrollbar-thumb
{
	background-color: #777; 
    border-radius: 10px;
}

div#default-filters {
    width: auto;
    overflow-x: scroll;
            max-width: 65%;
            display: flex !important;
}
.bg-fade-for-phone
{
    width: 50px !important;
    height: 100% !important;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    right:33%;
    position: absolute;
    z-index: 99;
    display: block !important;
}
.scroll__mobile__block
{ 
        width: 100%;
                overflow: scroll;
}
#product-grid span.woocommerce-Price-amount.amount
{
    font-size:18px !important;
}
.product-grid {
    grid-template-columns: repeat(6, 1fr) !important; 
    gap: 10px; 
    min-width: 1000px;
    overflow-x: scroll; 
    -webkit-overflow-scrolling: touch;
    }
    

button.filter-button {
    white-space: pre !important;
    max-height: 26px !important;
    padding-top: 9px !important;
    -webkit-padding-top: 9px !important;
    font-size: 12px !important;
} 
button#close-button
{ 
    right: 4ch !important;  
    left: unset !important; 
}
button.more-like-this
{
    padding: 0 !important;
    font-size: 12px !important;
    height: 28px;
    min-height: 28px;
}
.discover-more__pluss
{
    display: block !important;
}
.sidebar
{
    width:100%;
}

    }

 