/*
	Theme Name: Rehub child theme
	Theme URI: https://wpsoul.com
	Description: A Hybrid magazine/shop/review/news Wordpress Theme
	Author: Sizam
	Author URI: https://wpsoul.com
	Version: 9.4
	Template: rehub-theme
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a.rh_swatch_filter {
    color: #000 !important; /* Force the link color to be black */
}
.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a {
    color: #000 !important; /* Make the link color black */
    text-decoration: none; /* Remove the underline for a cleaner look */
}

.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a:hover {
    text-decoration: underline; /* Optional: Add underline on hover if desired */
}
.woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow-y: auto;
    max-height: 166px; /* Add scrollbar and limit height */
}
.merchant-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.merchant-item {
    width: 200px;
    text-align: center;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.merchant-item h3 {
    font-size: 16px;
    margin: 0;
}

.products.grid_woo .product {
    padding: 12px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
}
.col_wrap_fourth .col_item {
    width: 23%;
    margin-right: 1%;
    float: left;
}
.col_wrap_fourth .col_item:nth-child(4n+1) {
    clear: both;
}
.woocommerce-pagination {
    display: none;
}

