/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 06 2025 | 15:41:02 */
.widget_product_categories li {
    display: inline-block;
    width: fit-content;
    margin-right: 8px;
}

.woocommerce .widget_product_categories li a {
    padding: 0 3px 0 0 !important;
    display: inline;
    float: left;
    color: #888 !important;
    opacity: 1 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
	letter-spacing: -0.3px !important;
    line-height: 1.6em !important;
}

.woocommerce .widget_product_categories li a:before {
    display: none;
}

.widget_product_categories .count {
    display: inline-block;
    position: relative;
    float: right;
    padding: 0 !important;
    width: auto;
    height: auto;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #888 !important;
    opacity: 1 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
	letter-spacing: -0.3px !important;
    line-height: 1.6em !important;
}

.widget_product_categories li.current-cat .count,
.woocommerce .widget_product_categories li.current-cat a {
    color: #000 !important;
    font-weight: 800 !important;
}

.wpc-filter-set-273 {
    display: none;
}